Html Css Color HEX #B76A5E Contessa

📋 copy color: '#B76A5E'

red 183 ◦ green 106 ◦ blue 94

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

Shades of Contessa #B76A5E

Tints of Contessa #B76A5E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 24.54%

R = 47.78%
G = 27.68%
B = 24.54%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.49

 K value IS 0.28

RGB Variations

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

Color information

#B76A5E (or 0xB76A5E) is known color: Contessa. HEX triplet: B7, 6A and 5E. RGB value is (183,106,94). Sum of RGB (Red+Green+Blue) = 183+106+94=383 (50% of max value = 765). Red value is 183 (71.88% from 255 or 47.78% from 383); Green value is 106 (41.80% from 255 or 27.68% from 383); Blue value is 94 (37.11% from 255 or 24.54% from 383); Max value from RGB is 183 - color contains mainly: red. Hex color #B76A5E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B76A5E is #4895A1. Grayscale: #7F7F7F. Windows color (decimal): -4756898 or 6187703. OLE color: 6187703.

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

Color convert

RGB 183 106 94 -
CMYK 0 0.42 0.49 0.28
HSL 8.09º 0.38% 0.54% -
HSV(B) 8.09º 0.49% 0.72% -
XYZ 26.7 21.18 13.27 -
YUV 127.66 109.01 167.48 -
System Red Green Blue C M Y K H S L
Decimal 183 106 94 0 0.42 0.49 0.28 8.09 0.38 0.54
Hex B7 6A 5E 0 2A 31 1C 8 26 36
Octal 267 152 136 0 52 61 34 10 46 66
Binary 10110111 1101010 1011110 0 101010 110001 11100 1000 100110 110110

Color Harmonies of #B76A5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B76A5E

Black with #B76A5E

Text Example


Text Example

White with #B76A5E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B76A5E; }

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

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

background-color css

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

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

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

border-color css

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

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

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