#BE8B48

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

Shades of Tussock #BE8B48

Tints of Tussock #BE8B48

Color information

#BE8B48 (or 0xBE8B48) is unknown color: approx Tussock. HEX triplet: BE, 8B and 48. RGB value is (190,139,72). Sum of RGB (Red+Green+Blue) = 190+139+72=401 (53% of max value = 765). Red value is 190 (74.61% from 255 or 47.38% from 401); Green value is 139 (54.69% from 255 or 34.66% from 401); Blue value is 72 (28.52% from 255 or 17.96% from 401); Max value from RGB is 190 - color contains mainly: red. Hex color #BE8B48 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BE8B48 is #4174B7. Grayscale: #929292. Windows color (decimal): -4289720 or 4754366. OLE color: 4754366.

HSL color Cylindrical-coordinate representation of color #BE8B48: hue angle of 34.07º degrees, saturation: 0.48, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #BE8B48 is Cyan = 0, Magento = 0.27, Yellow = 0.62 and Black (K on CMYK) = 0.25.

Color convert

RGB19013972-
CMYK00.270.620.25
HSL34.07º47.58%51.37%-
HSV(B)34.07º62.11%74.51%-
XYZ31.6429.8810.23-
YUV146.6185.9158.95-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 47.38%
GREEN value IS 139 (54.69% from 255) = 34.66%
BLUE value IS 72 (28.52% from 255) = 17.96%
R=47.38%
G=34.66%
B=17.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.62
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1901397200.270.620.2534.0747.5851.37
HexBE8B4801B3E19223033
Octal2762131100337631426063
Binary1011111010001011100100001101111111011001100010110000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE8B48

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE8B48; }

 p { color: rgb(190,139,72); }

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

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

 a { background-color: rgb(190,139,72); }

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

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

 span { border-color: rgb(190,139,72); }

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