Html Css Color HEX #B0586D Blush

📋 copy color: '#B0586D'

red 176 ◦ green 88 ◦ blue 109

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

Shades of Blush #B0586D

Tints of Blush #B0586D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 29.22%

R = 47.18%
G = 23.59%
B = 29.22%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.38

 K value IS 0.31

RGB Variations

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

Color information

#B0586D (or 0xB0586D) is known color: Blush. HEX triplet: B0, 58 and 6D. RGB value is (176,88,109). Sum of RGB (Red+Green+Blue) = 176+88+109=373 (49% of max value = 765). Red value is 176 (69.14% from 255 or 47.18% from 373); Green value is 88 (34.77% from 255 or 23.59% from 373); Blue value is 109 (42.97% from 255 or 29.22% from 373); Max value from RGB is 176 - color contains mainly: red. Hex color #B0586D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B0586D is #4FA792. Grayscale: #747474. Windows color (decimal): -5220243 or 7166128. OLE color: 7166128.

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

Color convert

RGB 176 88 109 -
CMYK 0 0.50 0.38 0.31
HSL 345.68º 0.36% 0.52% -
HSV(B) 345.68º 0.5% 0.69% -
XYZ 24.15 17.31 16.54 -
YUV 116.71 123.65 170.29 -
System Red Green Blue C M Y K H S L
Decimal 176 88 109 0 0.50 0.38 0.31 345.68 0.36 0.52
Hex B0 58 6D 0 32 26 1F 15A 24 34
Octal 260 130 155 0 62 46 37 532 44 64
Binary 10110000 1011000 1101101 0 110010 100110 11111 101011010 100100 110100

Color Harmonies of #B0586D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0586D

Black with #B0586D

Text Example


Text Example

White with #B0586D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0586D; }

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

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

background-color css

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

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

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

border-color css

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

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

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