#B54653

Color #B54653 Hippie Pink (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Hippie Pink #B54653

Tints of Hippie Pink #B54653

Color information

#B54653 (or 0xB54653) is unknown color: approx Hippie Pink. HEX triplet: B5, 46 and 53. RGB value is (181,70,83). Sum of RGB (Red+Green+Blue) = 181+70+83=334 (44% of max value = 765). Red value is 181 (71.09% from 255 or 54.19% from 334); Green value is 70 (27.73% from 255 or 20.96% from 334); Blue value is 83 (32.81% from 255 or 24.85% from 334); Max value from RGB is 181 - color contains mainly: red. Hex color #B54653 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B54653 is #4AB9AC. Grayscale: #686868. Windows color (decimal): -4897197 or 5457589. OLE color: 5457589.

HSL color Cylindrical-coordinate representation of color #B54653: hue angle of 352.97º degrees, saturation: 0.44, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #B54653 is Cyan = 0, Magento = 0.61, Yellow = 0.54 and Black (K on CMYK) = 0.29.

Color convert

RGB1817083-
CMYK00.610.540.29
HSL352.97º44.22%49.22%-
HSV(B)352.97º61.33%70.98%-
XYZ22.8114.839.84-
YUV104.67115.77182.44-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 181 (71.09% from 255) = 54.19%
GREEN value IS 70 (27.73% from 255) = 20.96%
BLUE value IS 83 (32.81% from 255) = 24.85%
R=54.19%
G=20.96%
B=24.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.54
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal181708300.610.540.29352.9744.2249.22
HexB5465303D361D1612c31
Octal26510612307566355415461
Binary1011010110001101010011011110111011011101101100001101100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B54653

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B54653; }

 p { color: rgb(181,70,83); }

 H1.HeaderClassName
 {
   color: #B54653;
 }
 .AnyTagClassName
 {
   color: #B54653;
 }
</style>
background-color css

<style>
 a { background-color: #B54653; }

 a { background-color: rgb(181,70,83); }

 div.DivClassName
 {
   background-color: #B54653;
 }
 .BgClassName
 {
   background-color: #B54653;
 }
</style>
border-color css

<style>
 span { border-color: #B54653; }

 span { border-color: rgb(181,70,83); }

 td.TdClassName
 {
   border-color: #B54653;
 }
 .TagClassName
 {
   border-color: #B54653;
 }
</style>