Html Css Color HEX #B56945 Tuscany

📋 copy color: '#B56945'

red 181 ◦ green 105 ◦ blue 69

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

Shades of Tuscany #B56945

Tints of Tuscany #B56945

RGB

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

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

 BLUE value IS 69 (27.34% from 255) = 19.44%

R = 50.99%
G = 29.58%
B = 19.44%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.62

 K value IS 0.29

RGB Variations

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

Color information

#B56945 (or 0xB56945) is known color: Tuscany. HEX triplet: B5, 69 and 45. RGB value is (181,105,69). Sum of RGB (Red+Green+Blue) = 181+105+69=355 (47% of max value = 765). Red value is 181 (71.09% from 255 or 50.99% from 355); Green value is 105 (41.41% from 255 or 29.58% from 355); Blue value is 69 (27.34% from 255 or 19.44% from 355); Max value from RGB is 181 - color contains mainly: red. Hex color #B56945 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B56945 is #4A96BA. Grayscale: #7B7B7B. Windows color (decimal): -4888251 or 4549045. OLE color: 4549045.

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

Color convert

RGB 181 105 69 -
CMYK 0 0.42 0.62 0.29
HSL 19.29º 0.45% 0.49% -
HSV(B) 19.29º 0.62% 0.71% -
XYZ 25.18 20.36 8.23 -
YUV 123.62 97.18 168.93 -
System Red Green Blue C M Y K H S L
Decimal 181 105 69 0 0.42 0.62 0.29 19.29 0.45 0.49
Hex B5 69 45 0 2A 3E 1D 13 2D 31
Octal 265 151 105 0 52 76 35 23 55 61
Binary 10110101 1101001 1000101 0 101010 111110 11101 10011 101101 110001

Color Harmonies of #B56945

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B56945

Black with #B56945

Text Example


Text Example

White with #B56945

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B56945; }

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

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

background-color css

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

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

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

border-color css

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

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

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