Html Css Color HEX #B96E6B Contessa

📋 copy color: '#B96E6B'

red 185 ◦ green 110 ◦ blue 107

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

Shades of Contessa #B96E6B

Tints of Contessa #B96E6B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 26.62%

R = 46.02%
G = 27.36%
B = 26.62%

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

#B96E6B (or 0xB96E6B) is known color: Contessa. HEX triplet: B9, 6E and 6B. RGB value is (185,110,107). Sum of RGB (Red+Green+Blue) = 185+110+107=402 (53% of max value = 765). Red value is 185 (72.66% from 255 or 46.02% from 402); Green value is 110 (43.36% from 255 or 27.36% from 402); Blue value is 107 (42.19% from 255 or 26.62% from 402); Max value from RGB is 185 - color contains mainly: red. Hex color #B96E6B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B96E6B is #469194. Grayscale: #848484. Windows color (decimal): -4624789 or 7040697. OLE color: 7040697.

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

Color convert

RGB 185 110 107 -
CMYK 0 0.41 0.42 0.27
HSL 2.31º 0.36% 0.57% -
HSV(B) 2.31º 0.42% 0.73% -
XYZ 28.24 22.53 16.77 -
YUV 132.08 113.85 165.74 -
System Red Green Blue C M Y K H S L
Decimal 185 110 107 0 0.41 0.42 0.27 2.31 0.36 0.57
Hex B9 6E 6B 0 29 2A 1B 2 24 39
Octal 271 156 153 0 51 52 33 2 44 71
Binary 10111001 1101110 1101011 0 101001 101010 11011 10 100100 111001

Color Harmonies of #B96E6B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B96E6B

Black with #B96E6B

Text Example


Text Example

White with #B96E6B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B96E6B; }

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

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

background-color css

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

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

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

border-color css

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

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

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