Html Css Color HEX #B7706C Contessa

📋 copy color: '#B7706C'

red 183 ◦ green 112 ◦ blue 108

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

Shades of Contessa #B7706C

Tints of Contessa #B7706C

RGB

 RED value IS 183 (71.88% from 255) = 45.41%

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

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

R = 45.41%
G = 27.79%
B = 26.8%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.41

 K value IS 0.28

RGB Variations

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

Color information

#B7706C (or 0xB7706C) is known color: Contessa. HEX triplet: B7, 70 and 6C. RGB value is (183,112,108). Sum of RGB (Red+Green+Blue) = 183+112+108=403 (53% of max value = 765). Red value is 183 (71.88% from 255 or 45.41% from 403); Green value is 112 (44.14% from 255 or 27.79% from 403); Blue value is 108 (42.58% from 255 or 26.80% from 403); Max value from RGB is 183 - color contains mainly: red. Hex color #B7706C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B7706C is #488F93. Grayscale: #848484. Windows color (decimal): -4755348 or 7106743. OLE color: 7106743.

HSL color Cylindrical-coordinate representation of color #B7706C: hue angle of 3.2º degrees, saturation: 0.34, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #B7706C is Cyan = 0, Magento = 0.39, Yellow = 0.41 and Black (K on CMYK) = 0.28.

Color convert

RGB 183 112 108 -
CMYK 0 0.39 0.41 0.28
HSL 3.2º 0.34% 0.57% -
HSV(B) 3.2º 0.41% 0.72% -
XYZ 28.03 22.74 17.1 -
YUV 132.77 114.02 163.83 -
System Red Green Blue C M Y K H S L
Decimal 183 112 108 0 0.39 0.41 0.28 3.2 0.34 0.57
Hex B7 70 6C 0 27 29 1C 3 22 39
Octal 267 160 154 0 47 51 34 3 42 71
Binary 10110111 1110000 1101100 0 100111 101001 11100 11 100010 111001

Color Harmonies of #B7706C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B7706C

Black with #B7706C

Text Example


Text Example

White with #B7706C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B7706C; }

 p { color: rgb(183,112,108); }

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

background-color css

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

 a { background-color: rgb(183,112,108); }

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

border-color css

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

 span { border-color: rgb(183,112,108); }

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