#B5424E

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

Shades of Hippie Pink #B5424E

Tints of Hippie Pink #B5424E

Color information

#B5424E (or 0xB5424E) is unknown color: approx Hippie Pink. HEX triplet: B5, 42 and 4E. RGB value is (181,66,78). Sum of RGB (Red+Green+Blue) = 181+66+78=325 (43% of max value = 765). Red value is 181 (71.09% from 255 or 55.69% from 325); Green value is 66 (26.17% from 255 or 20.31% from 325); Blue value is 78 (30.86% from 255 or 24% from 325); Max value from RGB is 181 - color contains mainly: red. Hex color #B5424E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B5424E is #4ABDB1. Grayscale: #656565. Windows color (decimal): -4898226 or 5128885. OLE color: 5128885.

HSL color Cylindrical-coordinate representation of color #B5424E: hue angle of 353.74º degrees, saturation: 0.47, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #B5424E is Cyan = 0, Magento = 0.64, Yellow = 0.57 and Black (K on CMYK) = 0.29.

Color convert

RGB1816678-
CMYK00.640.570.29
HSL353.74º46.56%48.43%-
HSV(B)353.74º63.54%70.98%-
XYZ22.3814.278.78-
YUV101.75114.6184.52-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 55.69%
GREEN value IS 66 (26.17% from 255) = 20.31%
BLUE value IS 78 (30.86% from 255) = 24%
R=55.69%
G=20.31%
B=24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.57
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal181667800.640.570.29353.7446.5648.43
HexB5424E040391D1622f30
Octal265102116010071355425760
Binary10110101100001010011100100000011100111101101100010101111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5424E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5424E; }

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

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

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

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

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

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

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

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