Html Css Color HEX #B6766E Contessa

📋 copy color: '#B6766E'

red 182 ◦ green 118 ◦ blue 110

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

Shades of Contessa #B6766E

Tints of Contessa #B6766E

RGB

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

 GREEN value IS 118 (46.48% from 255) = 28.78%

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

R = 44.39%
G = 28.78%
B = 26.83%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.40

 K value IS 0.29

RGB Variations

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

Color information

#B6766E (or 0xB6766E) is known color: Contessa. HEX triplet: B6, 76 and 6E. RGB value is (182,118,110). Sum of RGB (Red+Green+Blue) = 182+118+110=410 (54% of max value = 765). Red value is 182 (71.48% from 255 or 44.39% from 410); Green value is 118 (46.48% from 255 or 28.78% from 410); Blue value is 110 (43.36% from 255 or 26.83% from 410); Max value from RGB is 182 - color contains mainly: red. Hex color #B6766E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B6766E is #498991. Grayscale: #888888. Windows color (decimal): -4819346 or 7239350. OLE color: 7239350.

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

Color convert

RGB 182 118 110 -
CMYK 0 0.35 0.40 0.29
HSL 6.67º 0.33% 0.57% -
HSV(B) 6.67º 0.4% 0.71% -
XYZ 28.58 24.03 17.88 -
YUV 136.22 113.2 160.65 -
System Red Green Blue C M Y K H S L
Decimal 182 118 110 0 0.35 0.40 0.29 6.67 0.33 0.57
Hex B6 76 6E 0 23 28 1D 7 21 39
Octal 266 166 156 0 43 50 35 7 41 71
Binary 10110110 1110110 1101110 0 100011 101000 11101 111 100001 111001

Color Harmonies of #B6766E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B6766E

Black with #B6766E

Text Example


Text Example

White with #B6766E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B6766E; }

 p { color: rgb(182,118,110); }

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

background-color css

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

 a { background-color: rgb(182,118,110); }

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

border-color css

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

 span { border-color: rgb(182,118,110); }

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