Html Css Color HEX #B0586E Blush

📋 copy color: '#B0586E'

red 176 ◦ green 88 ◦ blue 110

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

Shades of Blush #B0586E

Tints of Blush #B0586E

RGB

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

 GREEN value IS 88 (34.77% from 255) = 23.53%

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

R = 47.06%
G = 23.53%
B = 29.41%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.37

 K value IS 0.31

RGB Variations

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

Color information

#B0586E (or 0xB0586E) is known color: Blush. HEX triplet: B0, 58 and 6E. RGB value is (176,88,110). Sum of RGB (Red+Green+Blue) = 176+88+110=374 (49% of max value = 765). Red value is 176 (69.14% from 255 or 47.06% from 374); Green value is 88 (34.77% from 255 or 23.53% from 374); Blue value is 110 (43.36% from 255 or 29.41% from 374); Max value from RGB is 176 - color contains mainly: red. Hex color #B0586E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B0586E is #4FA791. Grayscale: #747474. Windows color (decimal): -5220242 or 7231664. OLE color: 7231664.

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

Color convert

RGB 176 88 110 -
CMYK 0 0.50 0.37 0.31
HSL 345º 0.36% 0.52% -
HSV(B) 345º 0.5% 0.69% -
XYZ 24.21 17.34 16.82 -
YUV 116.82 124.15 170.21 -
System Red Green Blue C M Y K H S L
Decimal 176 88 110 0 0.50 0.37 0.31 345 0.36 0.52
Hex B0 58 6E 0 32 25 1F 159 24 34
Octal 260 130 156 0 62 45 37 531 44 64
Binary 10110000 1011000 1101110 0 110010 100101 11111 101011001 100100 110100

Color Harmonies of #B0586E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0586E

Black with #B0586E

Text Example


Text Example

White with #B0586E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0586E; }

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

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

background-color css

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

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

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

border-color css

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

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

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