Html Css Color HEX #B76240 Tuscany

📋 copy color: '#B76240'

red 183 ◦ green 98 ◦ blue 64

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

Shades of Tuscany #B76240

Tints of Tuscany #B76240

RGB

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

 GREEN value IS 98 (38.67% from 255) = 28.41%

 BLUE value IS 64 (25.39% from 255) = 18.55%

R = 53.04%
G = 28.41%
B = 18.55%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.65

 K value IS 0.28

RGB Variations

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

Color information

#B76240 (or 0xB76240) is known color: Tuscany. HEX triplet: B7, 62 and 40. RGB value is (183,98,64). Sum of RGB (Red+Green+Blue) = 183+98+64=345 (45% of max value = 765). Red value is 183 (71.88% from 255 or 53.04% from 345); Green value is 98 (38.67% from 255 or 28.41% from 345); Blue value is 64 (25.39% from 255 or 18.55% from 345); Max value from RGB is 183 - color contains mainly: red. Hex color #B76240 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B76240 is #489DBF. Grayscale: #777777. Windows color (decimal): -4758976 or 4219575. OLE color: 4219575.

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

Color convert

RGB 183 98 64 -
CMYK 0 0.46 0.65 0.28
HSL 17.14º 0.48% 0.48% -
HSV(B) 17.14º 0.65% 0.72% -
XYZ 24.82 19.17 7.24 -
YUV 119.54 96.66 173.26 -
System Red Green Blue C M Y K H S L
Decimal 183 98 64 0 0.46 0.65 0.28 17.14 0.48 0.48
Hex B7 62 40 0 2E 41 1C 11 30 30
Octal 267 142 100 0 56 101 34 21 60 60
Binary 10110111 1100010 1000000 0 101110 1000001 11100 10001 110000 110000

Color Harmonies of #B76240

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B76240

Black with #B76240

Text Example


Text Example

White with #B76240

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B76240; }

 p { color: rgb(183,98,64); }

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

background-color css

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

 a { background-color: rgb(183,98,64); }

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

border-color css

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

 span { border-color: rgb(183,98,64); }

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