Html Css Color HEX #B9706C Contessa

📋 copy color: '#B9706C'

red 185 ◦ green 112 ◦ blue 108

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

Shades of Contessa #B9706C

Tints of Contessa #B9706C

RGB

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

 GREEN value IS 112 (44.14% from 255) = 27.65%

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

R = 45.68%
G = 27.65%
B = 26.67%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.42

 K value IS 0.27

RGB Variations

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

Color information

#B9706C (or 0xB9706C) is known color: Contessa. HEX triplet: B9, 70 and 6C. RGB value is (185,112,108). Sum of RGB (Red+Green+Blue) = 185+112+108=405 (53% of max value = 765). Red value is 185 (72.66% from 255 or 45.68% from 405); Green value is 112 (44.14% from 255 or 27.65% from 405); Blue value is 108 (42.58% from 255 or 26.67% from 405); Max value from RGB is 185 - color contains mainly: red. Hex color #B9706C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B9706C is #468F93. Grayscale: #858585. Windows color (decimal): -4624276 or 7106745. OLE color: 7106745.

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

Color convert

RGB 185 112 108 -
CMYK 0 0.39 0.42 0.27
HSL 3.12º 0.35% 0.57% -
HSV(B) 3.12º 0.42% 0.73% -
XYZ 28.51 22.99 17.12 -
YUV 133.37 113.68 164.83 -
System Red Green Blue C M Y K H S L
Decimal 185 112 108 0 0.39 0.42 0.27 3.12 0.35 0.57
Hex B9 70 6C 0 27 2A 1B 3 23 39
Octal 271 160 154 0 47 52 33 3 43 71
Binary 10111001 1110000 1101100 0 100111 101010 11011 11 100011 111001

Color Harmonies of #B9706C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9706C

Black with #B9706C

Text Example


Text Example

White with #B9706C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9706C; }

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

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

background-color css

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

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

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

border-color css

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

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

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