#B04C4E

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

Shades of Hippie Pink #B04C4E

Tints of Hippie Pink #B04C4E

Color information

#B04C4E (or 0xB04C4E) is unknown color: approx Hippie Pink. HEX triplet: B0, 4C and 4E. RGB value is (176,76,78). Sum of RGB (Red+Green+Blue) = 176+76+78=330 (43% of max value = 765). Red value is 176 (69.14% from 255 or 53.33% from 330); Green value is 76 (30.08% from 255 or 23.03% from 330); Blue value is 78 (30.86% from 255 or 23.64% from 330); Max value from RGB is 176 - color contains mainly: red. Hex color #B04C4E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B04C4E is #4FB3B1. Grayscale: #6A6A6A. Windows color (decimal): -5223346 or 5131440. OLE color: 5131440.

HSL color Cylindrical-coordinate representation of color #B04C4E: hue angle of 358.8º degrees, saturation: 0.4, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #B04C4E is Cyan = 0, Magento = 0.57, Yellow = 0.56 and Black (K on CMYK) = 0.31.

Color convert

RGB1767678-
CMYK00.570.560.31
HSL358.8º39.68%49.41%-
HSV(B)358.8º56.82%69.02%-
XYZ21.8614.958.94-
YUV106.13112.13177.84-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 53.33%
GREEN value IS 76 (30.08% from 255) = 23.03%
BLUE value IS 78 (30.86% from 255) = 23.64%
R=53.33%
G=23.03%
B=23.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.56
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal176767800.570.560.31358.839.6849.41
HexB04C4E039381F1672831
Octal26011411607170375475061
Binary1011000010011001001110011100111100011111101100111101000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B04C4E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B04C4E; }

 p { color: rgb(176,76,78); }

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

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

 a { background-color: rgb(176,76,78); }

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

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

 span { border-color: rgb(176,76,78); }

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