Html Css Color HEX #B6716C Contessa

📋 copy color: '#B6716C'

red 182 ◦ green 113 ◦ blue 108

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

Shades of Contessa #B6716C

Tints of Contessa #B6716C

RGB

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

 GREEN value IS 113 (44.53% from 255) = 28.04%

 BLUE value IS 108 (42.58% from 255) = 26.8%

R = 45.16%
G = 28.04%
B = 26.8%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.41

 K value IS 0.29

RGB Variations

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

Color information

#B6716C (or 0xB6716C) is known color: Contessa. HEX triplet: B6, 71 and 6C. RGB value is (182,113,108). Sum of RGB (Red+Green+Blue) = 182+113+108=403 (53% of max value = 765). Red value is 182 (71.48% from 255 or 45.16% from 403); Green value is 113 (44.53% from 255 or 28.04% from 403); Blue value is 108 (42.58% from 255 or 26.80% from 403); Max value from RGB is 182 - color contains mainly: red. Hex color #B6716C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B6716C is #498E93. Grayscale: #858585. Windows color (decimal): -4820628 or 7106998. OLE color: 7106998.

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

Color convert

RGB 182 113 108 -
CMYK 0 0.38 0.41 0.29
HSL 4.05º 0.34% 0.57% -
HSV(B) 4.05º 0.41% 0.71% -
XYZ 27.9 22.84 17.12 -
YUV 133.06 113.86 162.91 -
System Red Green Blue C M Y K H S L
Decimal 182 113 108 0 0.38 0.41 0.29 4.05 0.34 0.57
Hex B6 71 6C 0 26 29 1D 4 22 39
Octal 266 161 154 0 46 51 35 4 42 71
Binary 10110110 1110001 1101100 0 100110 101001 11101 100 100010 111001

Color Harmonies of #B6716C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B6716C

Black with #B6716C

Text Example


Text Example

White with #B6716C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B6716C; }

 p { color: rgb(182,113,108); }

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

background-color css

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

 a { background-color: rgb(182,113,108); }

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

border-color css

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

 span { border-color: rgb(182,113,108); }

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