Html Css Color HEX #B6766B Contessa

📋 copy color: '#B6766B'

red 182 ◦ green 118 ◦ blue 107

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

Shades of Contessa #B6766B

Tints of Contessa #B6766B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 26.29%

R = 44.72%
G = 28.99%
B = 26.29%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.41

 K value IS 0.29

RGB Variations

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

Color information

#B6766B (or 0xB6766B) is known color: Contessa. HEX triplet: B6, 76 and 6B. RGB value is (182,118,107). Sum of RGB (Red+Green+Blue) = 182+118+107=407 (53% of max value = 765). Red value is 182 (71.48% from 255 or 44.72% from 407); Green value is 118 (46.48% from 255 or 28.99% from 407); Blue value is 107 (42.19% from 255 or 26.29% from 407); Max value from RGB is 182 - color contains mainly: red. Hex color #B6766B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B6766B is #498994. Grayscale: #878787. Windows color (decimal): -4819349 or 7042742. OLE color: 7042742.

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

Color convert

RGB 182 118 107 -
CMYK 0 0.35 0.41 0.29
HSL 8.8º 0.34% 0.57% -
HSV(B) 8.8º 0.41% 0.71% -
XYZ 28.42 23.96 17.04 -
YUV 135.88 111.7 160.89 -
System Red Green Blue C M Y K H S L
Decimal 182 118 107 0 0.35 0.41 0.29 8.8 0.34 0.57
Hex B6 76 6B 0 23 29 1D 9 22 39
Octal 266 166 153 0 43 51 35 11 42 71
Binary 10110110 1110110 1101011 0 100011 101001 11101 1001 100010 111001

Color Harmonies of #B6766B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B6766B

Black with #B6766B

Text Example


Text Example

White with #B6766B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B6766B; }

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

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

background-color css

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

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

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

border-color css

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

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

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