Html Css Color HEX #B56345 Tuscany

📋 copy color: '#B56345'

red 181 ◦ green 99 ◦ blue 69

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

Shades of Tuscany #B56345

Tints of Tuscany #B56345

RGB

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

 GREEN value IS 99 (39.06% from 255) = 28.37%

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

R = 51.86%
G = 28.37%
B = 19.77%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.62

 K value IS 0.29

RGB Variations

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

Color information

#B56345 (or 0xB56345) is known color: Tuscany. HEX triplet: B5, 63 and 45. RGB value is (181,99,69). Sum of RGB (Red+Green+Blue) = 181+99+69=349 (46% of max value = 765). Red value is 181 (71.09% from 255 or 51.86% from 349); Green value is 99 (39.06% from 255 or 28.37% from 349); Blue value is 69 (27.34% from 255 or 19.77% from 349); Max value from RGB is 181 - color contains mainly: red. Hex color #B56345 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B56345 is #4A9CBA. Grayscale: #787878. Windows color (decimal): -4889787 or 4547509. OLE color: 4547509.

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

Color convert

RGB 181 99 69 -
CMYK 0 0.45 0.62 0.29
HSL 16.07º 0.45% 0.49% -
HSV(B) 16.07º 0.62% 0.71% -
XYZ 24.59 19.18 8.04 -
YUV 120.1 99.17 171.44 -
System Red Green Blue C M Y K H S L
Decimal 181 99 69 0 0.45 0.62 0.29 16.07 0.45 0.49
Hex B5 63 45 0 2D 3E 1D 10 2D 31
Octal 265 143 105 0 55 76 35 20 55 61
Binary 10110101 1100011 1000101 0 101101 111110 11101 10000 101101 110001

Color Harmonies of #B56345

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B56345

Black with #B56345

Text Example


Text Example

White with #B56345

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B56345; }

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

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

background-color css

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

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

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

border-color css

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

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

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