Html Css Color HEX #B76A63 Contessa

📋 copy color: '#B76A63'

red 183 ◦ green 106 ◦ blue 99

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

Shades of Contessa #B76A63

Tints of Contessa #B76A63

RGB

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

 GREEN value IS 106 (41.8% from 255) = 27.32%

 BLUE value IS 99 (39.06% from 255) = 25.52%

R = 47.16%
G = 27.32%
B = 25.52%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.46

 K value IS 0.28

RGB Variations

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

Color information

#B76A63 (or 0xB76A63) is known color: Contessa. HEX triplet: B7, 6A and 63. RGB value is (183,106,99). Sum of RGB (Red+Green+Blue) = 183+106+99=388 (51% of max value = 765). Red value is 183 (71.88% from 255 or 47.16% from 388); Green value is 106 (41.80% from 255 or 27.32% from 388); Blue value is 99 (39.06% from 255 or 25.52% from 388); Max value from RGB is 183 - color contains mainly: red. Hex color #B76A63 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B76A63 is #48959C. Grayscale: #808080. Windows color (decimal): -4756893 or 6515383. OLE color: 6515383.

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

Color convert

RGB 183 106 99 -
CMYK 0 0.42 0.46 0.28
HSL 0.37% 0.55% -
HSV(B) 0.46% 0.72% -
XYZ 26.93 21.28 14.49 -
YUV 128.23 111.51 167.07 -
System Red Green Blue C M Y K H S L
Decimal 183 106 99 0 0.42 0.46 0.28 5 0.37 0.55
Hex B7 6A 63 0 2A 2E 1C 5 25 37
Octal 267 152 143 0 52 56 34 5 45 67
Binary 10110111 1101010 1100011 0 101010 101110 11100 101 100101 110111

Color Harmonies of #B76A63

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B76A63

Black with #B76A63

Text Example


Text Example

White with #B76A63

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B76A63; }

 p { color: rgb(183,106,99); }

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

background-color css

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

 a { background-color: rgb(183,106,99); }

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

border-color css

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

 span { border-color: rgb(183,106,99); }

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