Html Css Color HEX #B9585E Blush

📋 copy color: '#B9585E'

red 185 ◦ green 88 ◦ blue 94

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

Shades of Blush #B9585E

Tints of Blush #B9585E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 25.61%

R = 50.41%
G = 23.98%
B = 25.61%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.49

 K value IS 0.27

RGB Variations

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

Color information

#B9585E (or 0xB9585E) is known color: Blush. HEX triplet: B9, 58 and 5E. RGB value is (185,88,94). Sum of RGB (Red+Green+Blue) = 185+88+94=367 (48% of max value = 765). Red value is 185 (72.66% from 255 or 50.41% from 367); Green value is 88 (34.77% from 255 or 23.98% from 367); Blue value is 94 (37.11% from 255 or 25.61% from 367); Max value from RGB is 185 - color contains mainly: red. Hex color #B9585E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B9585E is #46A7A1. Grayscale: #757575. Windows color (decimal): -4630434 or 6183097. OLE color: 6183097.

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

Color convert

RGB 185 88 94 -
CMYK 0 0.52 0.49 0.27
HSL 356.29º 0.41% 0.54% -
HSV(B) 356.29º 0.52% 0.73% -
XYZ 25.52 18.1 12.74 -
YUV 117.69 114.64 176.01 -
System Red Green Blue C M Y K H S L
Decimal 185 88 94 0 0.52 0.49 0.27 356.29 0.41 0.54
Hex B9 58 5E 0 34 31 1B 164 29 36
Octal 271 130 136 0 64 61 33 544 51 66
Binary 10111001 1011000 1011110 0 110100 110001 11011 101100100 101001 110110

Color Harmonies of #B9585E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9585E

Black with #B9585E

Text Example


Text Example

White with #B9585E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9585E; }

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

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

background-color css

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

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

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

border-color css

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

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

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