Html Css Color HEX #B36540 Tuscany

📋 copy color: '#B36540'

red 179 ◦ green 101 ◦ blue 64

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

Shades of Tuscany #B36540

Tints of Tuscany #B36540

RGB

 RED value IS 179 (70.31% from 255) = 52.03%

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

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

R = 52.03%
G = 29.36%
B = 18.6%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.64

 K value IS 0.30

RGB Variations

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

Color information

#B36540 (or 0xB36540) is known color: Tuscany. HEX triplet: B3, 65 and 40. RGB value is (179,101,64). Sum of RGB (Red+Green+Blue) = 179+101+64=344 (45% of max value = 765). Red value is 179 (70.31% from 255 or 52.03% from 344); Green value is 101 (39.84% from 255 or 29.36% from 344); Blue value is 64 (25.39% from 255 or 18.60% from 344); Max value from RGB is 179 - color contains mainly: red. Hex color #B36540 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B36540 is #4C9ABF. Grayscale: #787878. Windows color (decimal): -5020352 or 4220339. OLE color: 4220339.

HSL color Cylindrical-coordinate representation of color #B36540: hue angle of 19.3º degrees, saturation: 0.47, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #B36540 is Cyan = 0, Magento = 0.44, Yellow = 0.64 and Black (K on CMYK) = 0.30.

Color convert

RGB 179 101 64 -
CMYK 0 0.44 0.64 0.30
HSL 19.3º 0.47% 0.48% -
HSV(B) 19.3º 0.64% 0.7% -
XYZ 24.17 19.26 7.29 -
YUV 120.1 96.34 170.01 -
System Red Green Blue C M Y K H S L
Decimal 179 101 64 0 0.44 0.64 0.30 19.3 0.47 0.48
Hex B3 65 40 0 2C 40 1E 13 2F 30
Octal 263 145 100 0 54 100 36 23 57 60
Binary 10110011 1100101 1000000 0 101100 1000000 11110 10011 101111 110000

Color Harmonies of #B36540

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B36540

Black with #B36540

Text Example


Text Example

White with #B36540

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B36540; }

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

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

background-color css

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

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

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

border-color css

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

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

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