Html Css Color HEX #B05659 Hippie Pink

📋 copy color: '#B05659'

red 176 ◦ green 86 ◦ blue 89

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

Shades of Hippie Pink #B05659

Tints of Hippie Pink #B05659

RGB

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

 GREEN value IS 86 (33.98% from 255) = 24.5%

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

R = 50.14%
G = 24.5%
B = 25.36%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.49

 K value IS 0.31

RGB Variations

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

Color information

#B05659 (or 0xB05659) is known color: Hippie Pink. HEX triplet: B0, 56 and 59. RGB value is (176,86,89). Sum of RGB (Red+Green+Blue) = 176+86+89=351 (46% of max value = 765). Red value is 176 (69.14% from 255 or 50.14% from 351); Green value is 86 (33.98% from 255 or 24.50% from 351); Blue value is 89 (35.16% from 255 or 25.36% from 351); Max value from RGB is 176 - color contains mainly: red. Hex color #B05659 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B05659 is #4FA9A6. Grayscale: #717171. Windows color (decimal): -5220775 or 5854896. OLE color: 5854896.

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

Color convert

RGB 176 86 89 -
CMYK 0 0.51 0.49 0.31
HSL 358º 0.36% 0.51% -
HSV(B) 358º 0.51% 0.69% -
XYZ 23.04 16.61 11.44 -
YUV 113.25 114.32 172.76 -
System Red Green Blue C M Y K H S L
Decimal 176 86 89 0 0.51 0.49 0.31 358 0.36 0.51
Hex B0 56 59 0 33 31 1F 166 24 33
Octal 260 126 131 0 63 61 37 546 44 63
Binary 10110000 1010110 1011001 0 110011 110001 11111 101100110 100100 110011

Color Harmonies of #B05659

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B05659

Black with #B05659

Text Example


Text Example

White with #B05659

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B05659; }

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

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

background-color css

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

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

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

border-color css

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

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

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