Html Css Color HEX #B76E6D Contessa

📋 copy color: '#B76E6D'

red 183 ◦ green 110 ◦ blue 109

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

Shades of Contessa #B76E6D

Tints of Contessa #B76E6D

RGB

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

 GREEN value IS 110 (43.36% from 255) = 27.36%

 BLUE value IS 109 (42.97% from 255) = 27.11%

R = 45.52%
G = 27.36%
B = 27.11%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.40

 K value IS 0.28

RGB Variations

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

Color information

#B76E6D (or 0xB76E6D) is known color: Contessa. HEX triplet: B7, 6E and 6D. RGB value is (183,110,109). Sum of RGB (Red+Green+Blue) = 183+110+109=402 (53% of max value = 765). Red value is 183 (71.88% from 255 or 45.52% from 402); Green value is 110 (43.36% from 255 or 27.36% from 402); Blue value is 109 (42.97% from 255 or 27.11% from 402); Max value from RGB is 183 - color contains mainly: red. Hex color #B76E6D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B76E6D is #489192. Grayscale: #838383. Windows color (decimal): -4755859 or 7171767. OLE color: 7171767.

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

Color convert

RGB 183 110 109 -
CMYK 0 0.40 0.40 0.28
HSL 0.81º 0.34% 0.57% -
HSV(B) 0.81º 0.4% 0.72% -
XYZ 27.86 22.32 17.31 -
YUV 131.71 115.18 164.58 -
System Red Green Blue C M Y K H S L
Decimal 183 110 109 0 0.40 0.40 0.28 0.81 0.34 0.57
Hex B7 6E 6D 0 28 28 1C 1 22 39
Octal 267 156 155 0 50 50 34 1 42 71
Binary 10110111 1101110 1101101 0 101000 101000 11100 1 100010 111001

Color Harmonies of #B76E6D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B76E6D

Black with #B76E6D

Text Example


Text Example

White with #B76E6D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B76E6D; }

 p { color: rgb(183,110,109); }

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

background-color css

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

 a { background-color: rgb(183,110,109); }

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

border-color css

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

 span { border-color: rgb(183,110,109); }

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