#B5434B

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

Shades of Hippie Pink #B5434B

Tints of Hippie Pink #B5434B

Color information

#B5434B (or 0xB5434B) is unknown color: approx Hippie Pink. HEX triplet: B5, 43 and 4B. RGB value is (181,67,75). Sum of RGB (Red+Green+Blue) = 181+67+75=323 (42% of max value = 765). Red value is 181 (71.09% from 255 or 56.04% from 323); Green value is 67 (26.56% from 255 or 20.74% from 323); Blue value is 75 (29.69% from 255 or 23.22% from 323); Max value from RGB is 181 - color contains mainly: red. Hex color #B5434B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B5434B is #4ABCB4. Grayscale: #666666. Windows color (decimal): -4897973 or 4932533. OLE color: 4932533.

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

Color convert

RGB1816775-
CMYK00.630.590.29
HSL355.79º45.97%48.63%-
HSV(B)355.79º62.98%70.98%-
XYZ22.3314.358.25-
YUV102112.77184.35-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 56.04%
GREEN value IS 67 (26.56% from 255) = 20.74%
BLUE value IS 75 (29.69% from 255) = 23.22%
R=56.04%
G=20.74%
B=23.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.59
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal181677500.630.590.29355.7945.9748.63
HexB5434B03F3B1D1642e31
Octal26510311307773355445661
Binary1011010110000111001011011111111101111101101100100101110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5434B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5434B; }

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

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

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

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

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

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

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

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