Html Css Color HEX #B56440 Tuscany

📋 copy color: '#B56440'

red 181 ◦ green 100 ◦ blue 64

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

Shades of Tuscany #B56440

Tints of Tuscany #B56440

RGB

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

 GREEN value IS 100 (39.45% from 255) = 28.99%

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

R = 52.46%
G = 28.99%
B = 18.55%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.65

 K value IS 0.29

RGB Variations

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

Color information

#B56440 (or 0xB56440) is known color: Tuscany. HEX triplet: B5, 64 and 40. RGB value is (181,100,64). Sum of RGB (Red+Green+Blue) = 181+100+64=345 (45% of max value = 765). Red value is 181 (71.09% from 255 or 52.46% from 345); Green value is 100 (39.45% from 255 or 28.99% from 345); Blue value is 64 (25.39% from 255 or 18.55% from 345); Max value from RGB is 181 - color contains mainly: red. Hex color #B56440 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B56440 is #4A9BBF. Grayscale: #787878. Windows color (decimal): -4889536 or 4220085. OLE color: 4220085.

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

Color convert

RGB 181 100 64 -
CMYK 0 0.45 0.65 0.29
HSL 18.46º 0.48% 0.48% -
HSV(B) 18.46º 0.65% 0.71% -
XYZ 24.54 19.31 7.28 -
YUV 120.12 96.34 171.43 -
System Red Green Blue C M Y K H S L
Decimal 181 100 64 0 0.45 0.65 0.29 18.46 0.48 0.48
Hex B5 64 40 0 2D 41 1D 12 30 30
Octal 265 144 100 0 55 101 35 22 60 60
Binary 10110101 1100100 1000000 0 101101 1000001 11101 10010 110000 110000

Color Harmonies of #B56440

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B56440

Black with #B56440

Text Example


Text Example

White with #B56440

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B56440; }

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

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

background-color css

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

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

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

border-color css

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

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

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