Html Css Color HEX #B56040 Tuscany

📋 copy color: '#B56040'

red 181 ◦ green 96 ◦ blue 64

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

Shades of Tuscany #B56040

Tints of Tuscany #B56040

RGB

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

 GREEN value IS 96 (37.89% from 255) = 28.15%

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

R = 53.08%
G = 28.15%
B = 18.77%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.65

 K value IS 0.29

RGB Variations

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

Color information

#B56040 (or 0xB56040) is known color: Tuscany. HEX triplet: B5, 60 and 40. RGB value is (181,96,64). Sum of RGB (Red+Green+Blue) = 181+96+64=341 (45% of max value = 765). Red value is 181 (71.09% from 255 or 53.08% from 341); Green value is 96 (37.89% from 255 or 28.15% from 341); Blue value is 64 (25.39% from 255 or 18.77% from 341); Max value from RGB is 181 - color contains mainly: red. Hex color #B56040 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B56040 is #4A9FBF. Grayscale: #757575. Windows color (decimal): -4890560 or 4219061. OLE color: 4219061.

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

Color convert

RGB 181 96 64 -
CMYK 0 0.47 0.65 0.29
HSL 16.41º 0.48% 0.48% -
HSV(B) 16.41º 0.65% 0.71% -
XYZ 24.16 18.56 7.16 -
YUV 117.77 97.66 173.1 -
System Red Green Blue C M Y K H S L
Decimal 181 96 64 0 0.47 0.65 0.29 16.41 0.48 0.48
Hex B5 60 40 0 2F 41 1D 10 30 30
Octal 265 140 100 0 57 101 35 20 60 60
Binary 10110101 1100000 1000000 0 101111 1000001 11101 10000 110000 110000

Color Harmonies of #B56040

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B56040

Black with #B56040

Text Example


Text Example

White with #B56040

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B56040; }

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

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

background-color css

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

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

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

border-color css

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

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

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