Html Css Color HEX #B95D5E Mandy

📋 copy color: '#B95D5E'

red 185 ◦ green 93 ◦ blue 94

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

Shades of Mandy #B95D5E

Tints of Mandy #B95D5E

RGB

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

 GREEN value IS 93 (36.72% from 255) = 25%

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

R = 49.73%
G = 25%
B = 25.27%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.49

 K value IS 0.27

RGB Variations

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

Color information

#B95D5E (or 0xB95D5E) is known color: Mandy. HEX triplet: B9, 5D and 5E. RGB value is (185,93,94). Sum of RGB (Red+Green+Blue) = 185+93+94=372 (49% of max value = 765). Red value is 185 (72.66% from 255 or 49.73% from 372); Green value is 93 (36.72% from 255 or 25% from 372); Blue value is 94 (37.11% from 255 or 25.27% from 372); Max value from RGB is 185 - color contains mainly: red. Hex color #B95D5E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B95D5E is #46A2A1. Grayscale: #787878. Windows color (decimal): -4629154 or 6184377. OLE color: 6184377.

HSL color Cylindrical-coordinate representation of color #B95D5E: hue angle of 359.35º degrees, saturation: 0.4, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #B95D5E is Cyan = 0, Magento = 0.50, Yellow = 0.49 and Black (K on CMYK) = 0.27.

Color convert

RGB 185 93 94 -
CMYK 0 0.50 0.49 0.27
HSL 359.35º 0.4% 0.55% -
HSV(B) 359.35º 0.5% 0.73% -
XYZ 25.94 18.95 12.88 -
YUV 120.62 112.98 173.92 -
System Red Green Blue C M Y K H S L
Decimal 185 93 94 0 0.50 0.49 0.27 359.35 0.4 0.55
Hex B9 5D 5E 0 32 31 1B 167 28 37
Octal 271 135 136 0 62 61 33 547 50 67
Binary 10111001 1011101 1011110 0 110010 110001 11011 101100111 101000 110111

Color Harmonies of #B95D5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B95D5E

Black with #B95D5E

Text Example


Text Example

White with #B95D5E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B95D5E; }

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

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

background-color css

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

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

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

border-color css

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

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

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