Html Css Color HEX #B6706A Contessa

📋 copy color: '#B6706A'

red 182 ◦ green 112 ◦ blue 106

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

Shades of Contessa #B6706A

Tints of Contessa #B6706A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 26.5%

R = 45.5%
G = 28%
B = 26.5%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.42

 K value IS 0.29

RGB Variations

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

Color information

#B6706A (or 0xB6706A) is known color: Contessa. HEX triplet: B6, 70 and 6A. RGB value is (182,112,106). Sum of RGB (Red+Green+Blue) = 182+112+106=400 (52% of max value = 765). Red value is 182 (71.48% from 255 or 45.5% from 400); Green value is 112 (44.14% from 255 or 28% from 400); Blue value is 106 (41.80% from 255 or 26.5% from 400); Max value from RGB is 182 - color contains mainly: red. Hex color #B6706A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B6706A is #498F95. Grayscale: #848484. Windows color (decimal): -4820886 or 6975670. OLE color: 6975670.

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

Color convert

RGB 182 112 106 -
CMYK 0 0.38 0.42 0.29
HSL 4.74º 0.34% 0.56% -
HSV(B) 4.74º 0.42% 0.71% -
XYZ 27.69 22.57 16.53 -
YUV 132.25 113.19 163.49 -
System Red Green Blue C M Y K H S L
Decimal 182 112 106 0 0.38 0.42 0.29 4.74 0.34 0.56
Hex B6 70 6A 0 26 2A 1D 5 22 38
Octal 266 160 152 0 46 52 35 5 42 70
Binary 10110110 1110000 1101010 0 100110 101010 11101 101 100010 111000

Color Harmonies of #B6706A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B6706A

Black with #B6706A

Text Example


Text Example

White with #B6706A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B6706A; }

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

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

background-color css

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

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

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

border-color css

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

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

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