Html Css Color HEX #B56540 Tuscany

📋 copy color: '#B56540'

red 181 ◦ green 101 ◦ blue 64

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

Shades of Tuscany #B56540

Tints of Tuscany #B56540

RGB

 RED value IS 181 (71.09% from 255) = 52.31%

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

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

R = 52.31%
G = 29.19%
B = 18.5%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.65

 K value IS 0.29

RGB Variations

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

Color information

#B56540 (or 0xB56540) is known color: Tuscany. HEX triplet: B5, 65 and 40. RGB value is (181,101,64). Sum of RGB (Red+Green+Blue) = 181+101+64=346 (45% of max value = 765). Red value is 181 (71.09% from 255 or 52.31% from 346); Green value is 101 (39.84% from 255 or 29.19% from 346); Blue value is 64 (25.39% from 255 or 18.50% from 346); Max value from RGB is 181 - color contains mainly: red. Hex color #B56540 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B56540 is #4A9ABF. Grayscale: #787878. Windows color (decimal): -4889280 or 4220341. OLE color: 4220341.

HSL color Cylindrical-coordinate representation of color #B56540: hue angle of 18.97º degrees, saturation: 0.48, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #B56540 is Cyan = 0, Magento = 0.44, Yellow = 0.65 and Black (K on CMYK) = 0.29.

Color convert

RGB 181 101 64 -
CMYK 0 0.44 0.65 0.29
HSL 18.97º 0.48% 0.48% -
HSV(B) 18.97º 0.65% 0.71% -
XYZ 24.64 19.5 7.32 -
YUV 120.7 96 171.01 -
System Red Green Blue C M Y K H S L
Decimal 181 101 64 0 0.44 0.65 0.29 18.97 0.48 0.48
Hex B5 65 40 0 2C 41 1D 13 30 30
Octal 265 145 100 0 54 101 35 23 60 60
Binary 10110101 1100101 1000000 0 101100 1000001 11101 10011 110000 110000

Color Harmonies of #B56540

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B56540

Black with #B56540

Text Example


Text Example

White with #B56540

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B56540; }

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

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

background-color css

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

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

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

border-color css

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

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

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