Html Css Color HEX #B9595B Mandy

📋 copy color: '#B9595B'

red 185 ◦ green 89 ◦ blue 91

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

Shades of Mandy #B9595B

Tints of Mandy #B9595B

RGB

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

 GREEN value IS 89 (35.16% from 255) = 24.38%

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

R = 50.68%
G = 24.38%
B = 24.93%

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

#B9595B (or 0xB9595B) is known color: Mandy. HEX triplet: B9, 59 and 5B. RGB value is (185,89,91). Sum of RGB (Red+Green+Blue) = 185+89+91=365 (48% of max value = 765). Red value is 185 (72.66% from 255 or 50.68% from 365); Green value is 89 (35.16% from 255 or 24.38% from 365); Blue value is 91 (35.94% from 255 or 24.93% from 365); Max value from RGB is 185 - color contains mainly: red. Hex color #B9595B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B9595B is #46A6A4. Grayscale: #767676. Windows color (decimal): -4630181 or 5986745. OLE color: 5986745.

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

Color convert

RGB 185 89 91 -
CMYK 0 0.52 0.51 0.27
HSL 358.75º 0.41% 0.54% -
HSV(B) 358.75º 0.52% 0.73% -
XYZ 25.47 18.21 12.07 -
YUV 117.93 112.8 175.84 -
System Red Green Blue C M Y K H S L
Decimal 185 89 91 0 0.52 0.51 0.27 358.75 0.41 0.54
Hex B9 59 5B 0 34 33 1B 167 29 36
Octal 271 131 133 0 64 63 33 547 51 66
Binary 10111001 1011001 1011011 0 110100 110011 11011 101100111 101001 110110

Color Harmonies of #B9595B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9595B

Black with #B9595B

Text Example


Text Example

White with #B9595B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9595B; }

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

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

background-color css

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

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

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

border-color css

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

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

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