Html Css Color HEX #B0575A Hippie Pink

📋 copy color: '#B0575A'

red 176 ◦ green 87 ◦ blue 90

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

Shades of Hippie Pink #B0575A

Tints of Hippie Pink #B0575A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 25.5%

R = 49.86%
G = 24.65%
B = 25.5%

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

#B0575A (or 0xB0575A) is known color: Hippie Pink. HEX triplet: B0, 57 and 5A. RGB value is (176,87,90). Sum of RGB (Red+Green+Blue) = 176+87+90=353 (46% of max value = 765). Red value is 176 (69.14% from 255 or 49.86% from 353); Green value is 87 (34.38% from 255 or 24.65% from 353); Blue value is 90 (35.55% from 255 or 25.50% from 353); Max value from RGB is 176 - color contains mainly: red. Hex color #B0575A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B0575A is #4FA8A5. Grayscale: #727272. Windows color (decimal): -5220518 or 5920688. OLE color: 5920688.

HSL color Cylindrical-coordinate representation of color #B0575A: hue angle of 357.98º 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 #B0575A is Cyan = 0, Magento = 0.51, Yellow = 0.49 and Black (K on CMYK) = 0.31.

Color convert

RGB 176 87 90 -
CMYK 0 0.51 0.49 0.31
HSL 357.98º 0.36% 0.52% -
HSV(B) 357.98º 0.51% 0.69% -
XYZ 23.16 16.78 11.69 -
YUV 113.95 114.49 172.26 -
System Red Green Blue C M Y K H S L
Decimal 176 87 90 0 0.51 0.49 0.31 357.98 0.36 0.52
Hex B0 57 5A 0 33 31 1F 166 24 34
Octal 260 127 132 0 63 61 37 546 44 64
Binary 10110000 1010111 1011010 0 110011 110001 11111 101100110 100100 110100

Color Harmonies of #B0575A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0575A

Black with #B0575A

Text Example


Text Example

White with #B0575A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0575A; }

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

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

background-color css

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

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

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

border-color css

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

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

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