Html Css Color HEX #B9585B Mandy

📋 copy color: '#B9585B'

red 185 ◦ green 88 ◦ blue 91

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

Shades of Mandy #B9585B

Tints of Mandy #B9585B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 25%

R = 50.82%
G = 24.18%
B = 25%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.51

 K value IS 0.27

RGB Variations

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

Color information

#B9585B (or 0xB9585B) is known color: Mandy. HEX triplet: B9, 58 and 5B. RGB value is (185,88,91). Sum of RGB (Red+Green+Blue) = 185+88+91=364 (48% of max value = 765). Red value is 185 (72.66% from 255 or 50.82% from 364); Green value is 88 (34.77% from 255 or 24.18% from 364); Blue value is 91 (35.94% from 255 or 25% from 364); Max value from RGB is 185 - color contains mainly: red. Hex color #B9585B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B9585B is #46A7A4. Grayscale: #757575. Windows color (decimal): -4630437 or 5986489. OLE color: 5986489.

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

Color convert

RGB 185 88 91 -
CMYK 0 0.52 0.51 0.27
HSL 358.14º 0.41% 0.54% -
HSV(B) 358.14º 0.52% 0.73% -
XYZ 25.39 18.05 12.04 -
YUV 117.35 113.14 176.26 -
System Red Green Blue C M Y K H S L
Decimal 185 88 91 0 0.52 0.51 0.27 358.14 0.41 0.54
Hex B9 58 5B 0 34 33 1B 166 29 36
Octal 271 130 133 0 64 63 33 546 51 66
Binary 10111001 1011000 1011011 0 110100 110011 11011 101100110 101001 110110

Color Harmonies of #B9585B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9585B

Black with #B9585B

Text Example


Text Example

White with #B9585B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9585B; }

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

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

background-color css

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

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

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

border-color css

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

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

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