Html Css Color HEX #B0576B Blush

📋 copy color: '#B0576B'

red 176 ◦ green 87 ◦ blue 107

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

Shades of Blush #B0576B

Tints of Blush #B0576B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 28.92%

R = 47.57%
G = 23.51%
B = 28.92%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.39

 K value IS 0.31

RGB Variations

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

Color information

#B0576B (or 0xB0576B) is known color: Blush. HEX triplet: B0, 57 and 6B. RGB value is (176,87,107). Sum of RGB (Red+Green+Blue) = 176+87+107=370 (49% of max value = 765). Red value is 176 (69.14% from 255 or 47.57% from 370); Green value is 87 (34.38% from 255 or 23.51% from 370); Blue value is 107 (42.19% from 255 or 28.92% from 370); Max value from RGB is 176 - color contains mainly: red. Hex color #B0576B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B0576B is #4FA894. Grayscale: #737373. Windows color (decimal): -5220501 or 7034800. OLE color: 7034800.

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

Color convert

RGB 176 87 107 -
CMYK 0 0.51 0.39 0.31
HSL 346.52º 0.36% 0.52% -
HSV(B) 346.52º 0.51% 0.69% -
XYZ 23.97 17.11 15.95 -
YUV 115.89 122.99 170.87 -
System Red Green Blue C M Y K H S L
Decimal 176 87 107 0 0.51 0.39 0.31 346.52 0.36 0.52
Hex B0 57 6B 0 33 27 1F 15B 24 34
Octal 260 127 153 0 63 47 37 533 44 64
Binary 10110000 1010111 1101011 0 110011 100111 11111 101011011 100100 110100

Color Harmonies of #B0576B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0576B

Black with #B0576B

Text Example


Text Example

White with #B0576B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0576B; }

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

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

background-color css

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

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

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

border-color css

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

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

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