#BE9443

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

Shades of Tussock #BE9443

Tints of Tussock #BE9443

Color information

#BE9443 (or 0xBE9443) is unknown color: approx Tussock. HEX triplet: BE, 94 and 43. RGB value is (190,148,67). Sum of RGB (Red+Green+Blue) = 190+148+67=405 (53% of max value = 765). Red value is 190 (74.61% from 255 or 46.91% from 405); Green value is 148 (58.20% from 255 or 36.54% from 405); Blue value is 67 (26.56% from 255 or 16.54% from 405); Max value from RGB is 190 - color contains mainly: red. Hex color #BE9443 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BE9443 is #416BBC. Grayscale: #979797. Windows color (decimal): -4287421 or 4428990. OLE color: 4428990.

HSL color Cylindrical-coordinate representation of color #BE9443: hue angle of 39.51º degrees, saturation: 0.49, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #BE9443 is Cyan = 0, Magento = 0.22, Yellow = 0.65 and Black (K on CMYK) = 0.25.

Color convert

RGB19014867-
CMYK00.220.650.25
HSL39.51º48.62%50.39%-
HSV(B)39.51º64.74%74.51%-
XYZ32.8432.539.86-
YUV151.3280.41155.59-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 46.91%
GREEN value IS 148 (58.20% from 255) = 36.54%
BLUE value IS 67 (26.56% from 255) = 16.54%
R=46.91%
G=36.54%
B=16.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.65
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1901486700.220.650.2539.5148.6250.39
HexBE94430164119283132
Octal27622410302610131506162
Binary10111110100101001000011010110100000111001101000110001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE9443

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE9443; }

 p { color: rgb(190,148,67); }

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

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

 a { background-color: rgb(190,148,67); }

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

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

 span { border-color: rgb(190,148,67); }

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