Html Css Color HEX #B9706E Contessa

📋 copy color: '#B9706E'

red 185 ◦ green 112 ◦ blue 110

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

Shades of Contessa #B9706E

Tints of Contessa #B9706E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 27.03%

R = 45.45%
G = 27.52%
B = 27.03%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.41

 K value IS 0.27

RGB Variations

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

Color information

#B9706E (or 0xB9706E) is known color: Contessa. HEX triplet: B9, 70 and 6E. RGB value is (185,112,110). Sum of RGB (Red+Green+Blue) = 185+112+110=407 (53% of max value = 765). Red value is 185 (72.66% from 255 or 45.45% from 407); Green value is 112 (44.14% from 255 or 27.52% from 407); Blue value is 110 (43.36% from 255 or 27.03% from 407); Max value from RGB is 185 - color contains mainly: red. Hex color #B9706E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B9706E is #468F91. Grayscale: #858585. Windows color (decimal): -4624274 or 7237817. OLE color: 7237817.

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

Color convert

RGB 185 112 110 -
CMYK 0 0.39 0.41 0.27
HSL 1.6º 0.35% 0.58% -
HSV(B) 1.6º 0.41% 0.73% -
XYZ 28.62 23.03 17.69 -
YUV 133.6 114.68 164.66 -
System Red Green Blue C M Y K H S L
Decimal 185 112 110 0 0.39 0.41 0.27 1.6 0.35 0.58
Hex B9 70 6E 0 27 29 1B 2 23 3A
Octal 271 160 156 0 47 51 33 2 43 72
Binary 10111001 1110000 1101110 0 100111 101001 11011 10 100011 111010

Color Harmonies of #B9706E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9706E

Black with #B9706E

Text Example


Text Example

White with #B9706E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9706E; }

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

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

background-color css

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

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

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

border-color css

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

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

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