Html Css Color HEX #B0575C Hippie Pink

📋 copy color: '#B0575C'

red 176 ◦ green 87 ◦ blue 92

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

Shades of Hippie Pink #B0575C

Tints of Hippie Pink #B0575C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 25.92%

R = 49.58%
G = 24.51%
B = 25.92%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.48

 K value IS 0.31

RGB Variations

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

Color information

#B0575C (or 0xB0575C) is known color: Hippie Pink. HEX triplet: B0, 57 and 5C. RGB value is (176,87,92). Sum of RGB (Red+Green+Blue) = 176+87+92=355 (47% of max value = 765). Red value is 176 (69.14% from 255 or 49.58% from 355); Green value is 87 (34.38% from 255 or 24.51% from 355); Blue value is 92 (36.33% from 255 or 25.92% from 355); Max value from RGB is 176 - color contains mainly: red. Hex color #B0575C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B0575C is #4FA8A3. Grayscale: #727272. Windows color (decimal): -5220516 or 6051760. OLE color: 6051760.

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

Color convert

RGB 176 87 92 -
CMYK 0 0.51 0.48 0.31
HSL 356.63º 0.36% 0.52% -
HSV(B) 356.63º 0.51% 0.69% -
XYZ 23.24 16.82 12.15 -
YUV 114.18 115.49 172.09 -
System Red Green Blue C M Y K H S L
Decimal 176 87 92 0 0.51 0.48 0.31 356.63 0.36 0.52
Hex B0 57 5C 0 33 30 1F 165 24 34
Octal 260 127 134 0 63 60 37 545 44 64
Binary 10110000 1010111 1011100 0 110011 110000 11111 101100101 100100 110100

Color Harmonies of #B0575C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0575C

Black with #B0575C

Text Example


Text Example

White with #B0575C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0575C; }

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

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

background-color css

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

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

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

border-color css

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

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

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