Html Css Color HEX #B6726E Contessa

📋 copy color: '#B6726E'

red 182 ◦ green 114 ◦ blue 110

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

Shades of Contessa #B6726E

Tints of Contessa #B6726E

RGB

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

 GREEN value IS 114 (44.92% from 255) = 28.08%

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

R = 44.83%
G = 28.08%
B = 27.09%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.40

 K value IS 0.29

RGB Variations

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

Color information

#B6726E (or 0xB6726E) is known color: Contessa. HEX triplet: B6, 72 and 6E. RGB value is (182,114,110). Sum of RGB (Red+Green+Blue) = 182+114+110=406 (53% of max value = 765). Red value is 182 (71.48% from 255 or 44.83% from 406); Green value is 114 (44.92% from 255 or 28.08% from 406); Blue value is 110 (43.36% from 255 or 27.09% from 406); Max value from RGB is 182 - color contains mainly: red. Hex color #B6726E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B6726E is #498D91. Grayscale: #858585. Windows color (decimal): -4820370 or 7238326. OLE color: 7238326.

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

Color convert

RGB 182 114 110 -
CMYK 0 0.37 0.40 0.29
HSL 3.33º 0.33% 0.57% -
HSV(B) 3.33º 0.4% 0.71% -
XYZ 28.12 23.11 17.73 -
YUV 133.88 114.53 162.33 -
System Red Green Blue C M Y K H S L
Decimal 182 114 110 0 0.37 0.40 0.29 3.33 0.33 0.57
Hex B6 72 6E 0 25 28 1D 3 21 39
Octal 266 162 156 0 45 50 35 3 41 71
Binary 10110110 1110010 1101110 0 100101 101000 11101 11 100001 111001

Color Harmonies of #B6726E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B6726E

Black with #B6726E

Text Example


Text Example

White with #B6726E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B6726E; }

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

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

background-color css

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

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

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

border-color css

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

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

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