Html Css Color HEX #B0556F Blush

📋 copy color: '#B0556F'

red 176 ◦ green 85 ◦ blue 111

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

Shades of Blush #B0556F

Tints of Blush #B0556F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 29.84%

R = 47.31%
G = 22.85%
B = 29.84%

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

#B0556F (or 0xB0556F) is known color: Blush. HEX triplet: B0, 55 and 6F. RGB value is (176,85,111). Sum of RGB (Red+Green+Blue) = 176+85+111=372 (49% of max value = 765). Red value is 176 (69.14% from 255 or 47.31% from 372); Green value is 85 (33.59% from 255 or 22.85% from 372); Blue value is 111 (43.75% from 255 or 29.84% from 372); Max value from RGB is 176 - color contains mainly: red. Hex color #B0556F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B0556F is #4FAA90. Grayscale: #737373. Windows color (decimal): -5221009 or 7296432. OLE color: 7296432.

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

Color convert

RGB 176 85 111 -
CMYK 0 0.52 0.37 0.31
HSL 342.86º 0.37% 0.51% -
HSV(B) 342.86º 0.52% 0.69% -
XYZ 24.02 16.87 17.03 -
YUV 115.17 125.65 171.39 -
System Red Green Blue C M Y K H S L
Decimal 176 85 111 0 0.52 0.37 0.31 342.86 0.37 0.51
Hex B0 55 6F 0 34 25 1F 157 25 33
Octal 260 125 157 0 64 45 37 527 45 63
Binary 10110000 1010101 1101111 0 110100 100101 11111 101010111 100101 110011

Color Harmonies of #B0556F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0556F

Black with #B0556F

Text Example


Text Example

White with #B0556F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0556F; }

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

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

background-color css

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

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

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

border-color css

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

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

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