Html Css Color HEX #B05759 Hippie Pink

📋 copy color: '#B05759'

red 176 ◦ green 87 ◦ blue 89

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

Shades of Hippie Pink #B05759

Tints of Hippie Pink #B05759

RGB

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

 GREEN value IS 87 (34.38% from 255) = 24.72%

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

R = 50%
G = 24.72%
B = 25.28%

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

#B05759 (or 0xB05759) is known color: Hippie Pink. HEX triplet: B0, 57 and 59. RGB value is (176,87,89). Sum of RGB (Red+Green+Blue) = 176+87+89=352 (46% of max value = 765). Red value is 176 (69.14% from 255 or 50% from 352); Green value is 87 (34.38% from 255 or 24.72% from 352); Blue value is 89 (35.16% from 255 or 25.28% from 352); Max value from RGB is 176 - color contains mainly: red. Hex color #B05759 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B05759 is #4FA8A6. Grayscale: #717171. Windows color (decimal): -5220519 or 5855152. OLE color: 5855152.

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

Color convert

RGB 176 87 89 -
CMYK 0 0.51 0.49 0.31
HSL 358.65º 0.36% 0.52% -
HSV(B) 358.65º 0.51% 0.69% -
XYZ 23.12 16.77 11.47 -
YUV 113.84 113.99 172.34 -
System Red Green Blue C M Y K H S L
Decimal 176 87 89 0 0.51 0.49 0.31 358.65 0.36 0.52
Hex B0 57 59 0 33 31 1F 167 24 34
Octal 260 127 131 0 63 61 37 547 44 64
Binary 10110000 1010111 1011001 0 110011 110001 11111 101100111 100100 110100

Color Harmonies of #B05759

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B05759

Black with #B05759

Text Example


Text Example

White with #B05759

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B05759; }

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

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

background-color css

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

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

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

border-color css

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

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

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