Html Css Color HEX #B56045 Tuscany

📋 copy color: '#B56045'

red 181 ◦ green 96 ◦ blue 69

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

Shades of Tuscany #B56045

Tints of Tuscany #B56045

RGB

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

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

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

R = 52.31%
G = 27.75%
B = 19.94%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.62

 K value IS 0.29

RGB Variations

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

Color information

#B56045 (or 0xB56045) is known color: Tuscany. HEX triplet: B5, 60 and 45. RGB value is (181,96,69). Sum of RGB (Red+Green+Blue) = 181+96+69=346 (45% of max value = 765). Red value is 181 (71.09% from 255 or 52.31% from 346); Green value is 96 (37.89% from 255 or 27.75% from 346); Blue value is 69 (27.34% from 255 or 19.94% from 346); Max value from RGB is 181 - color contains mainly: red. Hex color #B56045 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B56045 is #4A9FBA. Grayscale: #767676. Windows color (decimal): -4890555 or 4546741. OLE color: 4546741.

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

Color convert

RGB 181 96 69 -
CMYK 0 0.47 0.62 0.29
HSL 14.46º 0.45% 0.49% -
HSV(B) 14.46º 0.62% 0.71% -
XYZ 24.31 18.62 7.94 -
YUV 118.34 100.16 172.7 -
System Red Green Blue C M Y K H S L
Decimal 181 96 69 0 0.47 0.62 0.29 14.46 0.45 0.49
Hex B5 60 45 0 2F 3E 1D E 2D 31
Octal 265 140 105 0 57 76 35 16 55 61
Binary 10110101 1100000 1000101 0 101111 111110 11101 1110 101101 110001

Color Harmonies of #B56045

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B56045

Black with #B56045

Text Example


Text Example

White with #B56045

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B56045; }

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

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

background-color css

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

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

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

border-color css

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

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

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