Html Css Color HEX #B76964 Contessa

📋 copy color: '#B76964'

red 183 ◦ green 105 ◦ blue 100

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

Shades of Contessa #B76964

Tints of Contessa #B76964

RGB

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

 GREEN value IS 105 (41.41% from 255) = 27.06%

 BLUE value IS 100 (39.45% from 255) = 25.77%

R = 47.16%
G = 27.06%
B = 25.77%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.45

 K value IS 0.28

RGB Variations

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

Color information

#B76964 (or 0xB76964) is known color: Contessa. HEX triplet: B7, 69 and 64. RGB value is (183,105,100). Sum of RGB (Red+Green+Blue) = 183+105+100=388 (51% of max value = 765). Red value is 183 (71.88% from 255 or 47.16% from 388); Green value is 105 (41.41% from 255 or 27.06% from 388); Blue value is 100 (39.45% from 255 or 25.77% from 388); Max value from RGB is 183 - color contains mainly: red. Hex color #B76964 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B76964 is #48969B. Grayscale: #7F7F7F. Windows color (decimal): -4757148 or 6580663. OLE color: 6580663.

HSL color Cylindrical-coordinate representation of color #B76964: hue angle of 3.61º degrees, saturation: 0.37, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #B76964 is Cyan = 0, Magento = 0.43, Yellow = 0.45 and Black (K on CMYK) = 0.28.

Color convert

RGB 183 105 100 -
CMYK 0 0.43 0.45 0.28
HSL 3.61º 0.37% 0.55% -
HSV(B) 3.61º 0.45% 0.72% -
XYZ 26.88 21.09 14.71 -
YUV 127.75 112.34 167.41 -
System Red Green Blue C M Y K H S L
Decimal 183 105 100 0 0.43 0.45 0.28 3.61 0.37 0.55
Hex B7 69 64 0 2B 2D 1C 4 25 37
Octal 267 151 144 0 53 55 34 4 45 67
Binary 10110111 1101001 1100100 0 101011 101101 11100 100 100101 110111

Color Harmonies of #B76964

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B76964

Black with #B76964

Text Example


Text Example

White with #B76964

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B76964; }

 p { color: rgb(183,105,100); }

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

background-color css

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

 a { background-color: rgb(183,105,100); }

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

border-color css

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

 span { border-color: rgb(183,105,100); }

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