Html Css Color HEX #B45159 Hippie Pink

📋 copy color: '#B45159'

red 180 ◦ green 81 ◦ blue 89

#B45159
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Hippie Pink #B45159

Tints of Hippie Pink #B45159

RGB

 RED value IS 180 (70.7% from 255) = 51.43%

 GREEN value IS 81 (32.03% from 255) = 23.14%

 BLUE value IS 89 (35.16% from 255) = 25.43%

R = 51.43%
G = 23.14%
B = 25.43%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.51

 K value IS 0.29

RGB Variations

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

Color information

#B45159 (or 0xB45159) is known color: Hippie Pink. HEX triplet: B4, 51 and 59. RGB value is (180,81,89). Sum of RGB (Red+Green+Blue) = 180+81+89=350 (46% of max value = 765). Red value is 180 (70.70% from 255 or 51.43% from 350); Green value is 81 (32.03% from 255 or 23.14% from 350); Blue value is 89 (35.16% from 255 or 25.43% from 350); Max value from RGB is 180 - color contains mainly: red. Hex color #B45159 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B45159 is #4BAEA6. Grayscale: #6F6F6F. Windows color (decimal): -4959911 or 5853620. OLE color: 5853620.

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

Color convert

RGB 180 81 89 -
CMYK 0 0.55 0.51 0.29
HSL 355.15º 0.4% 0.51% -
HSV(B) 355.15º 0.55% 0.71% -
XYZ 23.57 16.31 11.36 -
YUV 111.51 115.3 176.85 -
System Red Green Blue C M Y K H S L
Decimal 180 81 89 0 0.55 0.51 0.29 355.15 0.4 0.51
Hex B4 51 59 0 37 33 1D 163 28 33
Octal 264 121 131 0 67 63 35 543 50 63
Binary 10110100 1010001 1011001 0 110111 110011 11101 101100011 101000 110011

Color Harmonies of #B45159

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B45159

Black with #B45159

Text Example


Text Example

White with #B45159

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B45159; }

 p { color: rgb(180,81,89); }

 H1.HeaderClassName
 {
   color: #B45159;
 }
 .AnyTagClassName
 {
   color: #B45159;
 }
</style>

background-color css

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

 a { background-color: rgb(180,81,89); }

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

border-color css

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

 span { border-color: rgb(180,81,89); }

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