Html Css Color HEX #B76540 Tuscany

📋 copy color: '#B76540'

red 183 ◦ green 101 ◦ blue 64

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

Shades of Tuscany #B76540

Tints of Tuscany #B76540

RGB

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

 GREEN value IS 101 (39.84% from 255) = 29.02%

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

R = 52.59%
G = 29.02%
B = 18.39%

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

#B76540 (or 0xB76540) is known color: Tuscany. HEX triplet: B7, 65 and 40. RGB value is (183,101,64). Sum of RGB (Red+Green+Blue) = 183+101+64=348 (46% of max value = 765). Red value is 183 (71.88% from 255 or 52.59% from 348); Green value is 101 (39.84% from 255 or 29.02% from 348); Blue value is 64 (25.39% from 255 or 18.39% from 348); Max value from RGB is 183 - color contains mainly: red. Hex color #B76540 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B76540 is #489ABF. Grayscale: #797979. Windows color (decimal): -4758208 or 4220343. OLE color: 4220343.

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

Color convert

RGB 183 101 64 -
CMYK 0 0.45 0.65 0.28
HSL 18.66º 0.48% 0.48% -
HSV(B) 18.66º 0.65% 0.72% -
XYZ 25.11 19.74 7.34 -
YUV 121.3 95.67 172.01 -
System Red Green Blue C M Y K H S L
Decimal 183 101 64 0 0.45 0.65 0.28 18.66 0.48 0.48
Hex B7 65 40 0 2D 41 1C 13 30 30
Octal 267 145 100 0 55 101 34 23 60 60
Binary 10110111 1100101 1000000 0 101101 1000001 11100 10011 110000 110000

Color Harmonies of #B76540

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B76540

Black with #B76540

Text Example


Text Example

White with #B76540

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B76540; }

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

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

background-color css

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

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

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

border-color css

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

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

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