Html Css Color HEX #B56144 Tuscany

📋 copy color: '#B56144'

red 181 ◦ green 97 ◦ blue 68

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

Shades of Tuscany #B56144

Tints of Tuscany #B56144

RGB

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

 GREEN value IS 97 (38.28% from 255) = 28.03%

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

R = 52.31%
G = 28.03%
B = 19.65%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.62

 K value IS 0.29

RGB Variations

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

Color information

#B56144 (or 0xB56144) is known color: Tuscany. HEX triplet: B5, 61 and 44. RGB value is (181,97,68). Sum of RGB (Red+Green+Blue) = 181+97+68=346 (45% of max value = 765). Red value is 181 (71.09% from 255 or 52.31% from 346); Green value is 97 (38.28% from 255 or 28.03% from 346); Blue value is 68 (26.95% from 255 or 19.65% from 346); Max value from RGB is 181 - color contains mainly: red. Hex color #B56144 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B56144 is #4A9EBB. Grayscale: #777777. Windows color (decimal): -4890300 or 4481461. OLE color: 4481461.

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

Color convert

RGB 181 97 68 -
CMYK 0 0.46 0.62 0.29
HSL 15.4º 0.45% 0.49% -
HSV(B) 15.4º 0.62% 0.71% -
XYZ 24.37 18.79 7.81 -
YUV 118.81 99.33 172.36 -
System Red Green Blue C M Y K H S L
Decimal 181 97 68 0 0.46 0.62 0.29 15.4 0.45 0.49
Hex B5 61 44 0 2E 3E 1D F 2D 31
Octal 265 141 104 0 56 76 35 17 55 61
Binary 10110101 1100001 1000100 0 101110 111110 11101 1111 101101 110001

Color Harmonies of #B56144

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B56144

Black with #B56144

Text Example


Text Example

White with #B56144

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B56144; }

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

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

background-color css

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

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

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

border-color css

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

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

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