#B04654

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

Shades of Hippie Pink #B04654

Tints of Hippie Pink #B04654

Color information

#B04654 (or 0xB04654) is unknown color: approx Hippie Pink. HEX triplet: B0, 46 and 54. RGB value is (176,70,84). Sum of RGB (Red+Green+Blue) = 176+70+84=330 (43% of max value = 765). Red value is 176 (69.14% from 255 or 53.33% from 330); Green value is 70 (27.73% from 255 or 21.21% from 330); Blue value is 84 (33.20% from 255 or 25.45% from 330); Max value from RGB is 176 - color contains mainly: red. Hex color #B04654 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B04654 is #4FB9AB. Grayscale: #676767. Windows color (decimal): -5224876 or 5523120. OLE color: 5523120.

HSL color Cylindrical-coordinate representation of color #B04654: hue angle of 352.08º degrees, saturation: 0.43, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #B04654 is Cyan = 0, Magento = 0.60, Yellow = 0.52 and Black (K on CMYK) = 0.31.

Color convert

RGB1767084-
CMYK00.600.520.31
HSL352.08º43.09%48.24%-
HSV(B)352.08º60.23%69.02%-
XYZ21.6914.259.99-
YUV103.29117.12179.86-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 53.33%
GREEN value IS 70 (27.73% from 255) = 21.21%
BLUE value IS 84 (33.20% from 255) = 25.45%
R=53.33%
G=21.21%
B=25.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.52
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal176708400.600.520.31352.0843.0948.24
HexB0465403C341F1602b30
Octal26010612407464375405360
Binary1011000010001101010100011110011010011111101100000101011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B04654

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B04654; }

 p { color: rgb(176,70,84); }

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

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

 a { background-color: rgb(176,70,84); }

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

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

 span { border-color: rgb(176,70,84); }

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