Html Css Color HEX #B56946 Tuscany

📋 copy color: '#B56946'

red 181 ◦ green 105 ◦ blue 70

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

Shades of Tuscany #B56946

Tints of Tuscany #B56946

RGB

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

 GREEN value IS 105 (41.41% from 255) = 29.49%

 BLUE value IS 70 (27.73% from 255) = 19.66%

R = 50.84%
G = 29.49%
B = 19.66%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.61

 K value IS 0.29

RGB Variations

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

Color information

#B56946 (or 0xB56946) is known color: Tuscany. HEX triplet: B5, 69 and 46. RGB value is (181,105,70). Sum of RGB (Red+Green+Blue) = 181+105+70=356 (47% of max value = 765). Red value is 181 (71.09% from 255 or 50.84% from 356); Green value is 105 (41.41% from 255 or 29.49% from 356); Blue value is 70 (27.73% from 255 or 19.66% from 356); Max value from RGB is 181 - color contains mainly: red. Hex color #B56946 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B56946 is #4A96B9. Grayscale: #7B7B7B. Windows color (decimal): -4888250 or 4614581. OLE color: 4614581.

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

Color convert

RGB 181 105 70 -
CMYK 0 0.42 0.61 0.29
HSL 18.92º 0.44% 0.49% -
HSV(B) 18.92º 0.61% 0.71% -
XYZ 25.21 20.37 8.4 -
YUV 123.73 97.68 168.85 -
System Red Green Blue C M Y K H S L
Decimal 181 105 70 0 0.42 0.61 0.29 18.92 0.44 0.49
Hex B5 69 46 0 2A 3D 1D 13 2C 31
Octal 265 151 106 0 52 75 35 23 54 61
Binary 10110101 1101001 1000110 0 101010 111101 11101 10011 101100 110001

Color Harmonies of #B56946

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B56946

Black with #B56946

Text Example


Text Example

White with #B56946

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B56946; }

 p { color: rgb(181,105,70); }

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

background-color css

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

 a { background-color: rgb(181,105,70); }

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

border-color css

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

 span { border-color: rgb(181,105,70); }

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