Html Css Color HEX #B56744 Tuscany

📋 copy color: '#B56744'

red 181 ◦ green 103 ◦ blue 68

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

Shades of Tuscany #B56744

Tints of Tuscany #B56744

RGB

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

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

 BLUE value IS 68 (26.95% from 255) = 19.32%

R = 51.42%
G = 29.26%
B = 19.32%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.62

 K value IS 0.29

RGB Variations

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

Color information

#B56744 (or 0xB56744) is known color: Tuscany. HEX triplet: B5, 67 and 44. RGB value is (181,103,68). Sum of RGB (Red+Green+Blue) = 181+103+68=352 (46% of max value = 765). Red value is 181 (71.09% from 255 or 51.42% from 352); Green value is 103 (40.62% from 255 or 29.26% from 352); Blue value is 68 (26.95% from 255 or 19.32% from 352); Max value from RGB is 181 - color contains mainly: red. Hex color #B56744 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B56744 is #4A98BB. Grayscale: #7A7A7A. Windows color (decimal): -4888764 or 4482997. OLE color: 4482997.

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

Color convert

RGB 181 103 68 -
CMYK 0 0.43 0.62 0.29
HSL 18.58º 0.45% 0.49% -
HSV(B) 18.58º 0.62% 0.71% -
XYZ 24.95 19.94 8 -
YUV 122.33 97.34 169.85 -
System Red Green Blue C M Y K H S L
Decimal 181 103 68 0 0.43 0.62 0.29 18.58 0.45 0.49
Hex B5 67 44 0 2B 3E 1D 13 2D 31
Octal 265 147 104 0 53 76 35 23 55 61
Binary 10110101 1100111 1000100 0 101011 111110 11101 10011 101101 110001

Color Harmonies of #B56744

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B56744

Black with #B56744

Text Example


Text Example

White with #B56744

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B56744; }

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

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

background-color css

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

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

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

border-color css

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

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

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