Html Css Color HEX #B96C5D Contessa

📋 copy color: '#B96C5D'

red 185 ◦ green 108 ◦ blue 93

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

Shades of Contessa #B96C5D

Tints of Contessa #B96C5D

RGB

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

 GREEN value IS 108 (42.58% from 255) = 27.98%

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

R = 47.93%
G = 27.98%
B = 24.09%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.50

 K value IS 0.27

RGB Variations

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

Color information

#B96C5D (or 0xB96C5D) is known color: Contessa. HEX triplet: B9, 6C and 5D. RGB value is (185,108,93). Sum of RGB (Red+Green+Blue) = 185+108+93=386 (51% of max value = 765). Red value is 185 (72.66% from 255 or 47.93% from 386); Green value is 108 (42.58% from 255 or 27.98% from 386); Blue value is 93 (36.72% from 255 or 24.09% from 386); Max value from RGB is 185 - color contains mainly: red. Hex color #B96C5D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B96C5D is #4693A2. Grayscale: #818181. Windows color (decimal): -4625315 or 6122681. OLE color: 6122681.

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

Color convert

RGB 185 108 93 -
CMYK 0 0.42 0.50 0.27
HSL 9.78º 0.4% 0.55% -
HSV(B) 9.78º 0.5% 0.73% -
XYZ 27.35 21.83 13.13 -
YUV 129.31 107.51 167.72 -
System Red Green Blue C M Y K H S L
Decimal 185 108 93 0 0.42 0.50 0.27 9.78 0.4 0.55
Hex B9 6C 5D 0 2A 32 1B A 28 37
Octal 271 154 135 0 52 62 33 12 50 67
Binary 10111001 1101100 1011101 0 101010 110010 11011 1010 101000 110111

Color Harmonies of #B96C5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B96C5D

Black with #B96C5D

Text Example


Text Example

White with #B96C5D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B96C5D; }

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

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

background-color css

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

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

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

border-color css

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

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

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