#B84A4F

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

Shades of Hippie Pink #B84A4F

Tints of Hippie Pink #B84A4F

Color information

#B84A4F (or 0xB84A4F) is unknown color: approx Hippie Pink. HEX triplet: B8, 4A and 4F. RGB value is (184,74,79). Sum of RGB (Red+Green+Blue) = 184+74+79=337 (44% of max value = 765). Red value is 184 (72.27% from 255 or 54.60% from 337); Green value is 74 (29.30% from 255 or 21.96% from 337); Blue value is 79 (31.25% from 255 or 23.44% from 337); Max value from RGB is 184 - color contains mainly: red. Hex color #B84A4F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B84A4F is #47B5B0. Grayscale: #6B6B6B. Windows color (decimal): -4699569 or 5196472. OLE color: 5196472.

HSL color Cylindrical-coordinate representation of color #B84A4F: hue angle of 357.27º degrees, saturation: 0.44, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #B84A4F is Cyan = 0, Magento = 0.60, Yellow = 0.57 and Black (K on CMYK) = 0.28.

Color convert

RGB1847479-
CMYK00.600.570.28
HSL357.27º43.65%50.59%-
HSV(B)357.27º59.78%72.16%-
XYZ23.6315.659.17-
YUV107.46111.94182.59-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 54.60%
GREEN value IS 74 (29.30% from 255) = 21.96%
BLUE value IS 79 (31.25% from 255) = 23.44%
R=54.60%
G=21.96%
B=23.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.57
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal184747900.600.570.28357.2743.6550.59
HexB84A4F03C391C1652c33
Octal27011211707471345455463
Binary1011100010010101001111011110011100111100101100101101100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B84A4F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B84A4F; }

 p { color: rgb(184,74,79); }

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

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

 a { background-color: rgb(184,74,79); }

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

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

 span { border-color: rgb(184,74,79); }

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