Html Css Color HEX #B76040 Tuscany

📋 copy color: '#B76040'

red 183 ◦ green 96 ◦ blue 64

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

Shades of Tuscany #B76040

Tints of Tuscany #B76040

RGB

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

 GREEN value IS 96 (37.89% from 255) = 27.99%

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

R = 53.35%
G = 27.99%
B = 18.66%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.65

 K value IS 0.28

RGB Variations

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

Color information

#B76040 (or 0xB76040) is known color: Tuscany. HEX triplet: B7, 60 and 40. RGB value is (183,96,64). Sum of RGB (Red+Green+Blue) = 183+96+64=343 (45% of max value = 765). Red value is 183 (71.88% from 255 or 53.35% from 343); Green value is 96 (37.89% from 255 or 27.99% from 343); Blue value is 64 (25.39% from 255 or 18.66% from 343); Max value from RGB is 183 - color contains mainly: red. Hex color #B76040 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B76040 is #489FBF. Grayscale: #767676. Windows color (decimal): -4759488 or 4219063. OLE color: 4219063.

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

Color convert

RGB 183 96 64 -
CMYK 0 0.48 0.65 0.28
HSL 16.13º 0.48% 0.48% -
HSV(B) 16.13º 0.65% 0.72% -
XYZ 24.64 18.8 7.18 -
YUV 118.37 97.32 174.1 -
System Red Green Blue C M Y K H S L
Decimal 183 96 64 0 0.48 0.65 0.28 16.13 0.48 0.48
Hex B7 60 40 0 30 41 1C 10 30 30
Octal 267 140 100 0 60 101 34 20 60 60
Binary 10110111 1100000 1000000 0 110000 1000001 11100 10000 110000 110000

Color Harmonies of #B76040

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B76040

Black with #B76040

Text Example


Text Example

White with #B76040

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B76040; }

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

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

background-color css

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

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

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

border-color css

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

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

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