Html Css Color HEX #B0556E Blush

📋 copy color: '#B0556E'

red 176 ◦ green 85 ◦ blue 110

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

Shades of Blush #B0556E

Tints of Blush #B0556E

RGB

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

 GREEN value IS 85 (33.59% from 255) = 22.91%

 BLUE value IS 110 (43.36% from 255) = 29.65%

R = 47.44%
G = 22.91%
B = 29.65%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.37

 K value IS 0.31

RGB Variations

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

Color information

#B0556E (or 0xB0556E) is known color: Blush. HEX triplet: B0, 55 and 6E. RGB value is (176,85,110). Sum of RGB (Red+Green+Blue) = 176+85+110=371 (49% of max value = 765). Red value is 176 (69.14% from 255 or 47.44% from 371); Green value is 85 (33.59% from 255 or 22.91% from 371); Blue value is 110 (43.36% from 255 or 29.65% from 371); Max value from RGB is 176 - color contains mainly: red. Hex color #B0556E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B0556E is #4FAA91. Grayscale: #737373. Windows color (decimal): -5221010 or 7230896. OLE color: 7230896.

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

Color convert

RGB 176 85 110 -
CMYK 0 0.52 0.37 0.31
HSL 343.52º 0.37% 0.51% -
HSV(B) 343.52º 0.52% 0.69% -
XYZ 23.97 16.85 16.74 -
YUV 115.06 125.15 171.47 -
System Red Green Blue C M Y K H S L
Decimal 176 85 110 0 0.52 0.37 0.31 343.52 0.37 0.51
Hex B0 55 6E 0 34 25 1F 158 25 33
Octal 260 125 156 0 64 45 37 530 45 63
Binary 10110000 1010101 1101110 0 110100 100101 11111 101011000 100101 110011

Color Harmonies of #B0556E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0556E

Black with #B0556E

Text Example


Text Example

White with #B0556E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0556E; }

 p { color: rgb(176,85,110); }

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

background-color css

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

 a { background-color: rgb(176,85,110); }

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

border-color css

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

 span { border-color: rgb(176,85,110); }

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