Html Css Color HEX #B6706C Contessa

📋 copy color: '#B6706C'

red 182 ◦ green 112 ◦ blue 108

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

Shades of Contessa #B6706C

Tints of Contessa #B6706C

RGB

 RED value IS 182 (71.48% from 255) = 45.27%

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

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

R = 45.27%
G = 27.86%
B = 26.87%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.41

 K value IS 0.29

RGB Variations

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

Color information

#B6706C (or 0xB6706C) is known color: Contessa. HEX triplet: B6, 70 and 6C. RGB value is (182,112,108). Sum of RGB (Red+Green+Blue) = 182+112+108=402 (53% of max value = 765). Red value is 182 (71.48% from 255 or 45.27% from 402); Green value is 112 (44.14% from 255 or 27.86% from 402); Blue value is 108 (42.58% from 255 or 26.87% from 402); Max value from RGB is 182 - color contains mainly: red. Hex color #B6706C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B6706C is #498F93. Grayscale: #848484. Windows color (decimal): -4820884 or 7106742. OLE color: 7106742.

HSL color Cylindrical-coordinate representation of color #B6706C: hue angle of 3.24º degrees, saturation: 0.34, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #B6706C is Cyan = 0, Magento = 0.38, Yellow = 0.41 and Black (K on CMYK) = 0.29.

Color convert

RGB 182 112 108 -
CMYK 0 0.38 0.41 0.29
HSL 3.24º 0.34% 0.57% -
HSV(B) 3.24º 0.41% 0.71% -
XYZ 27.79 22.62 17.09 -
YUV 132.47 114.19 163.33 -
System Red Green Blue C M Y K H S L
Decimal 182 112 108 0 0.38 0.41 0.29 3.24 0.34 0.57
Hex B6 70 6C 0 26 29 1D 3 22 39
Octal 266 160 154 0 46 51 35 3 42 71
Binary 10110110 1110000 1101100 0 100110 101001 11101 11 100010 111001

Color Harmonies of #B6706C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B6706C

Black with #B6706C

Text Example


Text Example

White with #B6706C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B6706C; }

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

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

background-color css

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

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

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

border-color css

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

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

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