Html Css Color HEX #B05859 Hippie Pink

📋 copy color: '#B05859'

red 176 ◦ green 88 ◦ blue 89

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

Shades of Hippie Pink #B05859

Tints of Hippie Pink #B05859

RGB

 RED value IS 176 (69.14% from 255) = 49.86%

 GREEN value IS 88 (34.77% from 255) = 24.93%

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

R = 49.86%
G = 24.93%
B = 25.21%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.49

 K value IS 0.31

RGB Variations

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

Color information

#B05859 (or 0xB05859) is known color: Hippie Pink. HEX triplet: B0, 58 and 59. RGB value is (176,88,89). Sum of RGB (Red+Green+Blue) = 176+88+89=353 (46% of max value = 765). Red value is 176 (69.14% from 255 or 49.86% from 353); Green value is 88 (34.77% from 255 or 24.93% from 353); Blue value is 89 (35.16% from 255 or 25.21% from 353); Max value from RGB is 176 - color contains mainly: red. Hex color #B05859 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B05859 is #4FA7A6. Grayscale: #727272. Windows color (decimal): -5220263 or 5855408. OLE color: 5855408.

HSL color Cylindrical-coordinate representation of color #B05859: hue angle of 359.32º degrees, saturation: 0.36, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #B05859 is Cyan = 0, Magento = 0.50, Yellow = 0.49 and Black (K on CMYK) = 0.31.

Color convert

RGB 176 88 89 -
CMYK 0 0.50 0.49 0.31
HSL 359.32º 0.36% 0.52% -
HSV(B) 359.32º 0.5% 0.69% -
XYZ 23.2 16.93 11.5 -
YUV 114.43 113.65 171.92 -
System Red Green Blue C M Y K H S L
Decimal 176 88 89 0 0.50 0.49 0.31 359.32 0.36 0.52
Hex B0 58 59 0 32 31 1F 167 24 34
Octal 260 130 131 0 62 61 37 547 44 64
Binary 10110000 1011000 1011001 0 110010 110001 11111 101100111 100100 110100

Color Harmonies of #B05859

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B05859

Black with #B05859

Text Example


Text Example

White with #B05859

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B05859; }

 p { color: rgb(176,88,89); }

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

background-color css

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

 a { background-color: rgb(176,88,89); }

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

border-color css

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

 span { border-color: rgb(176,88,89); }

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