Html Css Color HEX #B05259 Hippie Pink

📋 copy color: '#B05259'

red 176 ◦ green 82 ◦ blue 89

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

Shades of Hippie Pink #B05259

Tints of Hippie Pink #B05259

RGB

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

 GREEN value IS 82 (32.42% from 255) = 23.63%

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

R = 50.72%
G = 23.63%
B = 25.65%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.49

 K value IS 0.31

RGB Variations

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

Color information

#B05259 (or 0xB05259) is known color: Hippie Pink. HEX triplet: B0, 52 and 59. RGB value is (176,82,89). Sum of RGB (Red+Green+Blue) = 176+82+89=347 (45% of max value = 765). Red value is 176 (69.14% from 255 or 50.72% from 347); Green value is 82 (32.42% from 255 or 23.63% from 347); Blue value is 89 (35.16% from 255 or 25.65% from 347); Max value from RGB is 176 - color contains mainly: red. Hex color #B05259 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B05259 is #4FADA6. Grayscale: #6E6E6E. Windows color (decimal): -5221799 or 5853872. OLE color: 5853872.

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

Color convert

RGB 176 82 89 -
CMYK 0 0.53 0.49 0.31
HSL 355.53º 0.37% 0.51% -
HSV(B) 355.53º 0.53% 0.69% -
XYZ 22.72 15.99 11.34 -
YUV 110.9 115.64 174.43 -
System Red Green Blue C M Y K H S L
Decimal 176 82 89 0 0.53 0.49 0.31 355.53 0.37 0.51
Hex B0 52 59 0 35 31 1F 164 25 33
Octal 260 122 131 0 65 61 37 544 45 63
Binary 10110000 1010010 1011001 0 110101 110001 11111 101100100 100101 110011

Color Harmonies of #B05259

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B05259

Black with #B05259

Text Example


Text Example

White with #B05259

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B05259; }

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

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

background-color css

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

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

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

border-color css

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

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

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