Html Css Color HEX #B9586B Blush

📋 copy color: '#B9586B'

red 185 ◦ green 88 ◦ blue 107

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

Shades of Blush #B9586B

Tints of Blush #B9586B

RGB

 RED value IS 185 (72.66% from 255) = 48.68%

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

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

R = 48.68%
G = 23.16%
B = 28.16%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.42

 K value IS 0.27

RGB Variations

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

Color information

#B9586B (or 0xB9586B) is known color: Blush. HEX triplet: B9, 58 and 6B. RGB value is (185,88,107). Sum of RGB (Red+Green+Blue) = 185+88+107=380 (50% of max value = 765). Red value is 185 (72.66% from 255 or 48.68% from 380); Green value is 88 (34.77% from 255 or 23.16% from 380); Blue value is 107 (42.19% from 255 or 28.16% from 380); Max value from RGB is 185 - color contains mainly: red. Hex color #B9586B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B9586B is #46A794. Grayscale: #777777. Windows color (decimal): -4630421 or 7035065. OLE color: 7035065.

HSL color Cylindrical-coordinate representation of color #B9586B: hue angle of 348.25º degrees, saturation: 0.41, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #B9586B is Cyan = 0, Magento = 0.52, Yellow = 0.42 and Black (K on CMYK) = 0.27.

Color convert

RGB 185 88 107 -
CMYK 0 0.52 0.42 0.27
HSL 348.25º 0.41% 0.54% -
HSV(B) 348.25º 0.52% 0.73% -
XYZ 26.15 18.36 16.07 -
YUV 119.17 121.14 174.96 -
System Red Green Blue C M Y K H S L
Decimal 185 88 107 0 0.52 0.42 0.27 348.25 0.41 0.54
Hex B9 58 6B 0 34 2A 1B 15C 29 36
Octal 271 130 153 0 64 52 33 534 51 66
Binary 10111001 1011000 1101011 0 110100 101010 11011 101011100 101001 110110

Color Harmonies of #B9586B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9586B

Black with #B9586B

Text Example


Text Example

White with #B9586B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9586B; }

 p { color: rgb(185,88,107); }

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

background-color css

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

 a { background-color: rgb(185,88,107); }

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

border-color css

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

 span { border-color: rgb(185,88,107); }

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