Html Css Color HEX #B56740 Tuscany

📋 copy color: '#B56740'

red 181 ◦ green 103 ◦ blue 64

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

Shades of Tuscany #B56740

Tints of Tuscany #B56740

RGB

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

 GREEN value IS 103 (40.63% from 255) = 29.6%

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

R = 52.01%
G = 29.6%
B = 18.39%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.65

 K value IS 0.29

RGB Variations

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

Color information

#B56740 (or 0xB56740) is known color: Tuscany. HEX triplet: B5, 67 and 40. RGB value is (181,103,64). Sum of RGB (Red+Green+Blue) = 181+103+64=348 (46% of max value = 765). Red value is 181 (71.09% from 255 or 52.01% from 348); Green value is 103 (40.62% from 255 or 29.60% from 348); Blue value is 64 (25.39% from 255 or 18.39% from 348); Max value from RGB is 181 - color contains mainly: red. Hex color #B56740 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B56740 is #4A98BF. Grayscale: #7A7A7A. Windows color (decimal): -4888768 or 4220853. OLE color: 4220853.

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

Color convert

RGB 181 103 64 -
CMYK 0 0.43 0.65 0.29
HSL 20º 0.48% 0.48% -
HSV(B) 20º 0.65% 0.71% -
XYZ 24.83 19.89 7.38 -
YUV 121.88 95.34 170.17 -
System Red Green Blue C M Y K H S L
Decimal 181 103 64 0 0.43 0.65 0.29 20 0.48 0.48
Hex B5 67 40 0 2B 41 1D 14 30 30
Octal 265 147 100 0 53 101 35 24 60 60
Binary 10110101 1100111 1000000 0 101011 1000001 11101 10100 110000 110000

Color Harmonies of #B56740

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B56740

Black with #B56740

Text Example


Text Example

White with #B56740

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B56740; }

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

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

background-color css

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

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

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

border-color css

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

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

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