Html Css Color HEX #B96E6D Contessa

📋 copy color: '#B96E6D'

red 185 ◦ green 110 ◦ blue 109

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

Shades of Contessa #B96E6D

Tints of Contessa #B96E6D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 26.98%

R = 45.79%
G = 27.23%
B = 26.98%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.41

 K value IS 0.27

RGB Variations

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

Color information

#B96E6D (or 0xB96E6D) is known color: Contessa. HEX triplet: B9, 6E and 6D. RGB value is (185,110,109). Sum of RGB (Red+Green+Blue) = 185+110+109=404 (53% of max value = 765). Red value is 185 (72.66% from 255 or 45.79% from 404); Green value is 110 (43.36% from 255 or 27.23% from 404); Blue value is 109 (42.97% from 255 or 26.98% from 404); Max value from RGB is 185 - color contains mainly: red. Hex color #B96E6D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B96E6D is #469192. Grayscale: #848484. Windows color (decimal): -4624787 or 7171769. OLE color: 7171769.

HSL color Cylindrical-coordinate representation of color #B96E6D: hue angle of 0.79º degrees, saturation: 0.35, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #B96E6D is Cyan = 0, Magento = 0.41, Yellow = 0.41 and Black (K on CMYK) = 0.27.

Color convert

RGB 185 110 109 -
CMYK 0 0.41 0.41 0.27
HSL 0.79º 0.35% 0.58% -
HSV(B) 0.79º 0.41% 0.73% -
XYZ 28.34 22.57 17.33 -
YUV 132.31 114.85 165.58 -
System Red Green Blue C M Y K H S L
Decimal 185 110 109 0 0.41 0.41 0.27 0.79 0.35 0.58
Hex B9 6E 6D 0 29 29 1B 1 23 3A
Octal 271 156 155 0 51 51 33 1 43 72
Binary 10111001 1101110 1101101 0 101001 101001 11011 1 100011 111010

Color Harmonies of #B96E6D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B96E6D

Black with #B96E6D

Text Example


Text Example

White with #B96E6D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B96E6D; }

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

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

background-color css

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

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

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

border-color css

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

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

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