Html Css Color HEX #B6706F Contessa

📋 copy color: '#B6706F'

red 182 ◦ green 112 ◦ blue 111

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

Shades of Contessa #B6706F

Tints of Contessa #B6706F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 27.41%

R = 44.94%
G = 27.65%
B = 27.41%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.39

 K value IS 0.29

RGB Variations

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

Color information

#B6706F (or 0xB6706F) is known color: Contessa. HEX triplet: B6, 70 and 6F. RGB value is (182,112,111). Sum of RGB (Red+Green+Blue) = 182+112+111=405 (53% of max value = 765). Red value is 182 (71.48% from 255 or 44.94% from 405); Green value is 112 (44.14% from 255 or 27.65% from 405); Blue value is 111 (43.75% from 255 or 27.41% from 405); Max value from RGB is 182 - color contains mainly: red. Hex color #B6706F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B6706F is #498F90. Grayscale: #848484. Windows color (decimal): -4820881 or 7303350. OLE color: 7303350.

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

Color convert

RGB 182 112 111 -
CMYK 0 0.38 0.39 0.29
HSL 0.85º 0.33% 0.57% -
HSV(B) 0.85º 0.39% 0.71% -
XYZ 27.95 22.68 17.94 -
YUV 132.82 115.69 163.08 -
System Red Green Blue C M Y K H S L
Decimal 182 112 111 0 0.38 0.39 0.29 0.85 0.33 0.57
Hex B6 70 6F 0 26 27 1D 1 21 39
Octal 266 160 157 0 46 47 35 1 41 71
Binary 10110110 1110000 1101111 0 100110 100111 11101 1 100001 111001

Color Harmonies of #B6706F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B6706F

Black with #B6706F

Text Example


Text Example

White with #B6706F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B6706F; }

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

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

background-color css

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

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

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

border-color css

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

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

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