Html Css Color HEX #B96E5D Contessa

📋 copy color: '#B96E5D'

red 185 ◦ green 110 ◦ blue 93

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

Shades of Contessa #B96E5D

Tints of Contessa #B96E5D

RGB

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

 GREEN value IS 110 (43.36% from 255) = 28.35%

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

R = 47.68%
G = 28.35%
B = 23.97%

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

#B96E5D (or 0xB96E5D) is known color: Contessa. HEX triplet: B9, 6E and 5D. RGB value is (185,110,93). Sum of RGB (Red+Green+Blue) = 185+110+93=388 (51% of max value = 765). Red value is 185 (72.66% from 255 or 47.68% from 388); Green value is 110 (43.36% from 255 or 28.35% from 388); Blue value is 93 (36.72% from 255 or 23.97% from 388); Max value from RGB is 185 - color contains mainly: red. Hex color #B96E5D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B96E5D is #4691A2. Grayscale: #828282. Windows color (decimal): -4624803 or 6123193. OLE color: 6123193.

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

Color convert

RGB 185 110 93 -
CMYK 0 0.41 0.50 0.27
HSL 11.09º 0.4% 0.55% -
HSV(B) 11.09º 0.5% 0.73% -
XYZ 27.56 22.26 13.2 -
YUV 130.49 106.85 166.88 -
System Red Green Blue C M Y K H S L
Decimal 185 110 93 0 0.41 0.50 0.27 11.09 0.4 0.55
Hex B9 6E 5D 0 29 32 1B B 28 37
Octal 271 156 135 0 51 62 33 13 50 67
Binary 10111001 1101110 1011101 0 101001 110010 11011 1011 101000 110111

Color Harmonies of #B96E5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B96E5D

Black with #B96E5D

Text Example


Text Example

White with #B96E5D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B96E5D; }

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

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

background-color css

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

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

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

border-color css

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

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

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