#B5474B

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

Shades of Hippie Pink #B5474B

Tints of Hippie Pink #B5474B

Color information

#B5474B (or 0xB5474B) is unknown color: approx Hippie Pink. HEX triplet: B5, 47 and 4B. RGB value is (181,71,75). Sum of RGB (Red+Green+Blue) = 181+71+75=327 (43% of max value = 765). Red value is 181 (71.09% from 255 or 55.35% from 327); Green value is 71 (28.12% from 255 or 21.71% from 327); Blue value is 75 (29.69% from 255 or 22.94% from 327); Max value from RGB is 181 - color contains mainly: red. Hex color #B5474B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B5474B is #4AB8B4. Grayscale: #686868. Windows color (decimal): -4896949 or 4933557. OLE color: 4933557.

HSL color Cylindrical-coordinate representation of color #B5474B: hue angle of 357.82º degrees, saturation: 0.44, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #B5474B is Cyan = 0, Magento = 0.61, Yellow = 0.59 and Black (K on CMYK) = 0.29.

Color convert

RGB1817175-
CMYK00.610.590.29
HSL357.82º43.65%49.41%-
HSV(B)357.82º60.77%70.98%-
XYZ22.5814.848.33-
YUV104.35111.44182.67-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 55.35%
GREEN value IS 71 (28.12% from 255) = 21.71%
BLUE value IS 75 (29.69% from 255) = 22.94%
R=55.35%
G=21.71%
B=22.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.59
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal181717500.610.590.29357.8243.6549.41
HexB5474B03D3B1D1662c31
Octal26510711307573355465461
Binary1011010110001111001011011110111101111101101100110101100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5474B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5474B; }

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

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

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

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

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

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

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

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