Html Css Color HEX #B96E6C Contessa

📋 copy color: '#B96E6C'

red 185 ◦ green 110 ◦ blue 108

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

Shades of Contessa #B96E6C

Tints of Contessa #B96E6C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 26.8%

R = 45.91%
G = 27.3%
B = 26.8%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.42

 K value IS 0.27

RGB Variations

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

Color information

#B96E6C (or 0xB96E6C) is known color: Contessa. HEX triplet: B9, 6E and 6C. RGB value is (185,110,108). Sum of RGB (Red+Green+Blue) = 185+110+108=403 (53% of max value = 765). Red value is 185 (72.66% from 255 or 45.91% from 403); Green value is 110 (43.36% from 255 or 27.30% from 403); Blue value is 108 (42.58% from 255 or 26.80% from 403); Max value from RGB is 185 - color contains mainly: red. Hex color #B96E6C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B96E6C is #469193. Grayscale: #848484. Windows color (decimal): -4624788 or 7106233. OLE color: 7106233.

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

Color convert

RGB 185 110 108 -
CMYK 0 0.41 0.42 0.27
HSL 1.56º 0.35% 0.57% -
HSV(B) 1.56º 0.42% 0.73% -
XYZ 28.29 22.55 17.05 -
YUV 132.2 114.35 165.66 -
System Red Green Blue C M Y K H S L
Decimal 185 110 108 0 0.41 0.42 0.27 1.56 0.35 0.57
Hex B9 6E 6C 0 29 2A 1B 2 23 39
Octal 271 156 154 0 51 52 33 2 43 71
Binary 10111001 1101110 1101100 0 101001 101010 11011 10 100011 111001

Color Harmonies of #B96E6C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B96E6C

Black with #B96E6C

Text Example


Text Example

White with #B96E6C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B96E6C; }

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

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

background-color css

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

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

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

border-color css

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

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

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