#B5474E

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

Shades of Hippie Pink #B5474E

Tints of Hippie Pink #B5474E

Color information

#B5474E (or 0xB5474E) is unknown color: approx Hippie Pink. HEX triplet: B5, 47 and 4E. RGB value is (181,71,78). Sum of RGB (Red+Green+Blue) = 181+71+78=330 (43% of max value = 765). Red value is 181 (71.09% from 255 or 54.85% from 330); Green value is 71 (28.12% from 255 or 21.52% from 330); Blue value is 78 (30.86% from 255 or 23.64% from 330); Max value from RGB is 181 - color contains mainly: red. Hex color #B5474E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B5474E is #4AB8B1. Grayscale: #686868. Windows color (decimal): -4896946 or 5130165. OLE color: 5130165.

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

Color convert

RGB1817178-
CMYK00.610.570.29
HSL356.18º43.65%49.41%-
HSV(B)356.18º60.77%70.98%-
XYZ22.6814.888.88-
YUV104.69112.94182.43-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 54.85%
GREEN value IS 71 (28.12% from 255) = 21.52%
BLUE value IS 78 (30.86% from 255) = 23.64%
R=54.85%
G=21.52%
B=23.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.57
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal181717800.610.570.29356.1843.6549.41
HexB5474E03D391D1642c31
Octal26510711607571355445461
Binary1011010110001111001110011110111100111101101100100101100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5474E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5474E; }

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

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

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

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

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

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

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

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