#B76948

Color #B76948 Tuscany (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Tuscany #B76948

Tints of Tuscany #B76948

Color information

#B76948 (or 0xB76948) is unknown color: approx Tuscany. HEX triplet: B7, 69 and 48. RGB value is (183,105,72). Sum of RGB (Red+Green+Blue) = 183+105+72=360 (47% of max value = 765). Red value is 183 (71.88% from 255 or 50.83% from 360); Green value is 105 (41.41% from 255 or 29.17% from 360); Blue value is 72 (28.52% from 255 or 20% from 360); Max value from RGB is 183 - color contains mainly: red. Hex color #B76948 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B76948 is #4896B7. Grayscale: #7C7C7C. Windows color (decimal): -4757176 or 4745655. OLE color: 4745655.

HSL color Cylindrical-coordinate representation of color #B76948: hue angle of 17.84º degrees, saturation: 0.44, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #B76948 is Cyan = 0, Magento = 0.43, Yellow = 0.61 and Black (K on CMYK) = 0.28.

Color convert

RGB18310572-
CMYK00.430.610.28
HSL17.84º43.53%50%-
HSV(B)17.84º60.66%71.76%-
XYZ25.7520.648.76-
YUV124.5698.34169.68-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 50.83%
GREEN value IS 105 (41.41% from 255) = 29.17%
BLUE value IS 72 (28.52% from 255) = 20%
R=50.83%
G=29.17%
B=20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.61
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1831057200.430.610.2817.8443.5350
HexB7694802B3D1C122c32
Octal2671511100537534225462
Binary101101111101001100100001010111111011110010010101100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B76948

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B76948; }

 p { color: rgb(183,105,72); }

 H1.HeaderClassName
 {
   color: #B76948;
 }
 .AnyTagClassName
 {
   color: #B76948;
 }
</style>
background-color css

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

 a { background-color: rgb(183,105,72); }

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

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

 span { border-color: rgb(183,105,72); }

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