#B5424F

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

Shades of Hippie Pink #B5424F

Tints of Hippie Pink #B5424F

Color information

#B5424F (or 0xB5424F) is unknown color: approx Hippie Pink. HEX triplet: B5, 42 and 4F. RGB value is (181,66,79). Sum of RGB (Red+Green+Blue) = 181+66+79=326 (43% of max value = 765). Red value is 181 (71.09% from 255 or 55.52% from 326); Green value is 66 (26.17% from 255 or 20.25% from 326); Blue value is 79 (31.25% from 255 or 24.23% from 326); Max value from RGB is 181 - color contains mainly: red. Hex color #B5424F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B5424F is #4ABDB0. Grayscale: #656565. Windows color (decimal): -4898225 or 5194421. OLE color: 5194421.

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

Color convert

RGB1816679-
CMYK00.640.560.29
HSL353.22º46.56%48.43%-
HSV(B)353.22º63.54%70.98%-
XYZ22.4214.288.97-
YUV101.87115.1184.44-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 55.52%
GREEN value IS 66 (26.17% from 255) = 20.25%
BLUE value IS 79 (31.25% from 255) = 24.23%
R=55.52%
G=20.25%
B=24.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.56
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal181667900.640.560.29353.2246.5648.43
HexB5424F040381D1612f30
Octal265102117010070355415760
Binary10110101100001010011110100000011100011101101100001101111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5424F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5424F; }

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

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

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

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

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

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

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

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