Html Css Color HEX #B96D5D Contessa

📋 copy color: '#B96D5D'

red 185 ◦ green 109 ◦ blue 93

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

Shades of Contessa #B96D5D

Tints of Contessa #B96D5D

RGB

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

 GREEN value IS 109 (42.97% from 255) = 28.17%

 BLUE value IS 93 (36.72% from 255) = 24.03%

R = 47.8%
G = 28.17%
B = 24.03%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.50

 K value IS 0.27

RGB Variations

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

Color information

#B96D5D (or 0xB96D5D) is known color: Contessa. HEX triplet: B9, 6D and 5D. RGB value is (185,109,93). Sum of RGB (Red+Green+Blue) = 185+109+93=387 (51% of max value = 765). Red value is 185 (72.66% from 255 or 47.80% from 387); Green value is 109 (42.97% from 255 or 28.17% from 387); Blue value is 93 (36.72% from 255 or 24.03% from 387); Max value from RGB is 185 - color contains mainly: red. Hex color #B96D5D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B96D5D is #4692A2. Grayscale: #828282. Windows color (decimal): -4625059 or 6122937. OLE color: 6122937.

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

Color convert

RGB 185 109 93 -
CMYK 0 0.41 0.50 0.27
HSL 10.43º 0.4% 0.55% -
HSV(B) 10.43º 0.5% 0.73% -
XYZ 27.45 22.04 13.16 -
YUV 129.9 107.18 167.3 -
System Red Green Blue C M Y K H S L
Decimal 185 109 93 0 0.41 0.50 0.27 10.43 0.4 0.55
Hex B9 6D 5D 0 29 32 1B A 28 37
Octal 271 155 135 0 51 62 33 12 50 67
Binary 10111001 1101101 1011101 0 101001 110010 11011 1010 101000 110111

Color Harmonies of #B96D5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B96D5D

Black with #B96D5D

Text Example


Text Example

White with #B96D5D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B96D5D; }

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

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

background-color css

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

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

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

border-color css

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

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

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