#B04C4D

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

Shades of Hippie Pink #B04C4D

Tints of Hippie Pink #B04C4D

Color information

#B04C4D (or 0xB04C4D) is unknown color: approx Hippie Pink. HEX triplet: B0, 4C and 4D. RGB value is (176,76,77). Sum of RGB (Red+Green+Blue) = 176+76+77=329 (43% of max value = 765). Red value is 176 (69.14% from 255 or 53.50% from 329); Green value is 76 (30.08% from 255 or 23.10% from 329); Blue value is 77 (30.47% from 255 or 23.40% from 329); Max value from RGB is 176 - color contains mainly: red. Hex color #B04C4D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B04C4D is #4FB3B2. Grayscale: #6A6A6A. Windows color (decimal): -5223347 or 5065904. OLE color: 5065904.

HSL color Cylindrical-coordinate representation of color #B04C4D: hue angle of 359.4º 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 #B04C4D is Cyan = 0, Magento = 0.57, Yellow = 0.56 and Black (K on CMYK) = 0.31.

Color convert

RGB1767677-
CMYK00.570.560.31
HSL359.4º39.68%49.41%-
HSV(B)359.4º56.82%69.02%-
XYZ21.8314.938.75-
YUV106.01111.63177.92-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 53.50%
GREEN value IS 76 (30.08% from 255) = 23.10%
BLUE value IS 77 (30.47% from 255) = 23.40%
R=53.50%
G=23.10%
B=23.40%

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
Decimal176767700.570.560.31359.439.6849.41
HexB04C4D039381F1672831
Octal26011411507170375475061
Binary1011000010011001001101011100111100011111101100111101000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B04C4D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B04C4D; }

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

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

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

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

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

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

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

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