Html Css Color HEX #B76440 Tuscany

📋 copy color: '#B76440'

red 183 ◦ green 100 ◦ blue 64

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

Shades of Tuscany #B76440

Tints of Tuscany #B76440

RGB

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

 GREEN value IS 100 (39.45% from 255) = 28.82%

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

R = 52.74%
G = 28.82%
B = 18.44%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.65

 K value IS 0.28

RGB Variations

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

Color information

#B76440 (or 0xB76440) is known color: Tuscany. HEX triplet: B7, 64 and 40. RGB value is (183,100,64). Sum of RGB (Red+Green+Blue) = 183+100+64=347 (45% of max value = 765). Red value is 183 (71.88% from 255 or 52.74% from 347); Green value is 100 (39.45% from 255 or 28.82% from 347); Blue value is 64 (25.39% from 255 or 18.44% from 347); Max value from RGB is 183 - color contains mainly: red. Hex color #B76440 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B76440 is #489BBF. Grayscale: #787878. Windows color (decimal): -4758464 or 4220087. OLE color: 4220087.

HSL color Cylindrical-coordinate representation of color #B76440: hue angle of 18.15º 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 #B76440 is Cyan = 0, Magento = 0.45, Yellow = 0.65 and Black (K on CMYK) = 0.28.

Color convert

RGB 183 100 64 -
CMYK 0 0.45 0.65 0.28
HSL 18.15º 0.48% 0.48% -
HSV(B) 18.15º 0.65% 0.72% -
XYZ 25.01 19.55 7.31 -
YUV 120.71 96 172.43 -
System Red Green Blue C M Y K H S L
Decimal 183 100 64 0 0.45 0.65 0.28 18.15 0.48 0.48
Hex B7 64 40 0 2D 41 1C 12 30 30
Octal 267 144 100 0 55 101 34 22 60 60
Binary 10110111 1100100 1000000 0 101101 1000001 11100 10010 110000 110000

Color Harmonies of #B76440

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B76440

Black with #B76440

Text Example


Text Example

White with #B76440

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B76440; }

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

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

background-color css

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

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

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

border-color css

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

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

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