Html Css Color HEX #B56748 Tuscany

📋 copy color: '#B56748'

red 181 ◦ green 103 ◦ blue 72

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

Shades of Tuscany #B56748

Tints of Tuscany #B56748

RGB

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

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

 BLUE value IS 72 (28.52% from 255) = 20.22%

R = 50.84%
G = 28.93%
B = 20.22%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.60

 K value IS 0.29

RGB Variations

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

Color information

#B56748 (or 0xB56748) is known color: Tuscany. HEX triplet: B5, 67 and 48. RGB value is (181,103,72). Sum of RGB (Red+Green+Blue) = 181+103+72=356 (47% of max value = 765). Red value is 181 (71.09% from 255 or 50.84% from 356); Green value is 103 (40.62% from 255 or 28.93% from 356); Blue value is 72 (28.52% from 255 or 20.22% from 356); Max value from RGB is 181 - color contains mainly: red. Hex color #B56748 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B56748 is #4A98B7. Grayscale: #7A7A7A. Windows color (decimal): -4888760 or 4745141. OLE color: 4745141.

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

Color convert

RGB 181 103 72 -
CMYK 0 0.43 0.60 0.29
HSL 17.06º 0.43% 0.5% -
HSV(B) 17.06º 0.6% 0.71% -
XYZ 25.08 19.99 8.67 -
YUV 122.79 99.34 169.52 -
System Red Green Blue C M Y K H S L
Decimal 181 103 72 0 0.43 0.60 0.29 17.06 0.43 0.5
Hex B5 67 48 0 2B 3C 1D 11 2B 32
Octal 265 147 110 0 53 74 35 21 53 62
Binary 10110101 1100111 1001000 0 101011 111100 11101 10001 101011 110010

Color Harmonies of #B56748

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B56748

Black with #B56748

Text Example


Text Example

White with #B56748

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B56748; }

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

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

background-color css

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

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

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

border-color css

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

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

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