Html Css Color HEX #B96C5E Contessa

📋 copy color: '#B96C5E'

red 185 ◦ green 108 ◦ blue 94

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

Shades of Contessa #B96C5E

Tints of Contessa #B96C5E

RGB

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

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

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

R = 47.8%
G = 27.91%
B = 24.29%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.49

 K value IS 0.27

RGB Variations

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

Color information

#B96C5E (or 0xB96C5E) is known color: Contessa. HEX triplet: B9, 6C and 5E. RGB value is (185,108,94). Sum of RGB (Red+Green+Blue) = 185+108+94=387 (51% of max value = 765). Red value is 185 (72.66% from 255 or 47.80% from 387); Green value is 108 (42.58% from 255 or 27.91% from 387); Blue value is 94 (37.11% from 255 or 24.29% from 387); Max value from RGB is 185 - color contains mainly: red. Hex color #B96C5E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B96C5E is #4693A1. Grayscale: #818181. Windows color (decimal): -4625314 or 6188217. OLE color: 6188217.

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

Color convert

RGB 185 108 94 -
CMYK 0 0.42 0.49 0.27
HSL 9.23º 0.39% 0.55% -
HSV(B) 9.23º 0.49% 0.73% -
XYZ 27.39 21.85 13.36 -
YUV 129.43 108.01 167.64 -
System Red Green Blue C M Y K H S L
Decimal 185 108 94 0 0.42 0.49 0.27 9.23 0.39 0.55
Hex B9 6C 5E 0 2A 31 1B 9 27 37
Octal 271 154 136 0 52 61 33 11 47 67
Binary 10111001 1101100 1011110 0 101010 110001 11011 1001 100111 110111

Color Harmonies of #B96C5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B96C5E

Black with #B96C5E

Text Example


Text Example

White with #B96C5E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B96C5E; }

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

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

background-color css

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

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

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

border-color css

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

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

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