#B0474B

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

Shades of Hippie Pink #B0474B

Tints of Hippie Pink #B0474B

Color information

#B0474B (or 0xB0474B) is unknown color: approx Hippie Pink. HEX triplet: B0, 47 and 4B. RGB value is (176,71,75). Sum of RGB (Red+Green+Blue) = 176+71+75=322 (42% of max value = 765). Red value is 176 (69.14% from 255 or 54.66% from 322); Green value is 71 (28.12% from 255 or 22.05% from 322); Blue value is 75 (29.69% from 255 or 23.29% from 322); Max value from RGB is 176 - color contains mainly: red. Hex color #B0474B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B0474B is #4FB8B4. Grayscale: #666666. Windows color (decimal): -5224629 or 4933552. OLE color: 4933552.

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

Color convert

RGB1767175-
CMYK00.600.570.31
HSL357.71º42.51%48.43%-
HSV(B)357.71º59.66%69.02%-
XYZ21.4314.248.28-
YUV102.85112.29180.17-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 54.66%
GREEN value IS 71 (28.12% from 255) = 22.05%
BLUE value IS 75 (29.69% from 255) = 23.29%
R=54.66%
G=22.05%
B=23.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.57
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal176717500.600.570.31357.7142.5148.43
HexB0474B03C391F1662b30
Octal26010711307471375465360
Binary1011000010001111001011011110011100111111101100110101011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0474B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0474B; }

 p { color: rgb(176,71,75); }

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

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

 a { background-color: rgb(176,71,75); }

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

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

 span { border-color: rgb(176,71,75); }

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