#B45458

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

Shades of Hippie Pink #B45458

Tints of Hippie Pink #B45458

Color information

#B45458 (or 0xB45458) is unknown color: approx Hippie Pink. HEX triplet: B4, 54 and 58. RGB value is (180,84,88). Sum of RGB (Red+Green+Blue) = 180+84+88=352 (46% of max value = 765). Red value is 180 (70.70% from 255 or 51.14% from 352); Green value is 84 (33.20% from 255 or 23.86% from 352); Blue value is 88 (34.77% from 255 or 25% from 352); Max value from RGB is 180 - color contains mainly: red. Hex color #B45458 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B45458 is #4BABA7. Grayscale: #717171. Windows color (decimal): -4959144 or 5788852. OLE color: 5788852.

HSL color Cylindrical-coordinate representation of color #B45458: hue angle of 357.5º degrees, saturation: 0.39, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #B45458 is Cyan = 0, Magento = 0.53, Yellow = 0.51 and Black (K on CMYK) = 0.29.

Color convert

RGB1808488-
CMYK00.530.510.29
HSL357.5º39.02%51.76%-
HSV(B)357.5º53.33%70.59%-
XYZ23.7516.7511.21-
YUV113.16113.8175.67-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 51.14%
GREEN value IS 84 (33.20% from 255) = 23.86%
BLUE value IS 88 (34.77% from 255) = 25%
R=51.14%
G=23.86%
B=25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.51
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal180848800.530.510.29357.539.0251.76
HexB45458035331D1662734
Octal26412413006563355464764
Binary1011010010101001011000011010111001111101101100110100111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B45458

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B45458; }

 p { color: rgb(180,84,88); }

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

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

 a { background-color: rgb(180,84,88); }

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

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

 span { border-color: rgb(180,84,88); }

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