Html Css Color HEX #B76140 Tuscany

📋 copy color: '#B76140'

red 183 ◦ green 97 ◦ blue 64

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

Shades of Tuscany #B76140

Tints of Tuscany #B76140

RGB

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

 GREEN value IS 97 (38.28% from 255) = 28.2%

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

R = 53.2%
G = 28.2%
B = 18.6%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.65

 K value IS 0.28

RGB Variations

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

Color information

#B76140 (or 0xB76140) is known color: Tuscany. HEX triplet: B7, 61 and 40. RGB value is (183,97,64). Sum of RGB (Red+Green+Blue) = 183+97+64=344 (45% of max value = 765). Red value is 183 (71.88% from 255 or 53.20% from 344); Green value is 97 (38.28% from 255 or 28.20% from 344); Blue value is 64 (25.39% from 255 or 18.60% from 344); Max value from RGB is 183 - color contains mainly: red. Hex color #B76140 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B76140 is #489EBF. Grayscale: #777777. Windows color (decimal): -4759232 or 4219319. OLE color: 4219319.

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

Color convert

RGB 183 97 64 -
CMYK 0 0.47 0.65 0.28
HSL 16.64º 0.48% 0.48% -
HSV(B) 16.64º 0.65% 0.72% -
XYZ 24.73 18.99 7.21 -
YUV 118.95 96.99 173.68 -
System Red Green Blue C M Y K H S L
Decimal 183 97 64 0 0.47 0.65 0.28 16.64 0.48 0.48
Hex B7 61 40 0 2F 41 1C 11 30 30
Octal 267 141 100 0 57 101 34 21 60 60
Binary 10110111 1100001 1000000 0 101111 1000001 11100 10001 110000 110000

Color Harmonies of #B76140

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B76140

Black with #B76140

Text Example


Text Example

White with #B76140

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B76140; }

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

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

background-color css

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

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

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

border-color css

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

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

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