Html Css Color HEX #B9796B Contessa

📋 copy color: '#B9796B'

red 185 ◦ green 121 ◦ blue 107

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

Shades of Contessa #B9796B

Tints of Contessa #B9796B

RGB

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

 GREEN value IS 121 (47.66% from 255) = 29.3%

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

R = 44.79%
G = 29.3%
B = 25.91%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.42

 K value IS 0.27

RGB Variations

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

Color information

#B9796B (or 0xB9796B) is known color: Contessa. HEX triplet: B9, 79 and 6B. RGB value is (185,121,107). Sum of RGB (Red+Green+Blue) = 185+121+107=413 (54% of max value = 765). Red value is 185 (72.66% from 255 or 44.79% from 413); Green value is 121 (47.66% from 255 or 29.30% from 413); Blue value is 107 (42.19% from 255 or 25.91% from 413); Max value from RGB is 185 - color contains mainly: red. Hex color #B9796B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B9796B is #468694. Grayscale: #8A8A8A. Windows color (decimal): -4621973 or 7043513. OLE color: 7043513.

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

Color convert

RGB 185 121 107 -
CMYK 0 0.35 0.42 0.27
HSL 10.77º 0.36% 0.57% -
HSV(B) 10.77º 0.42% 0.73% -
XYZ 29.5 25.05 17.19 -
YUV 138.54 110.2 161.14 -
System Red Green Blue C M Y K H S L
Decimal 185 121 107 0 0.35 0.42 0.27 10.77 0.36 0.57
Hex B9 79 6B 0 23 2A 1B B 24 39
Octal 271 171 153 0 43 52 33 13 44 71
Binary 10111001 1111001 1101011 0 100011 101010 11011 1011 100100 111001

Color Harmonies of #B9796B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9796B

Black with #B9796B

Text Example


Text Example

White with #B9796B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9796B; }

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

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

background-color css

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

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

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

border-color css

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

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

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