#BE984A

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

Shades of Tussock #BE984A

Tints of Tussock #BE984A

Color information

#BE984A (or 0xBE984A) is unknown color: approx Tussock. HEX triplet: BE, 98 and 4A. RGB value is (190,152,74). Sum of RGB (Red+Green+Blue) = 190+152+74=416 (55% of max value = 765). Red value is 190 (74.61% from 255 or 45.67% from 416); Green value is 152 (59.77% from 255 or 36.54% from 416); Blue value is 74 (29.30% from 255 or 17.79% from 416); Max value from RGB is 190 - color contains mainly: red. Hex color #BE984A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BE984A is #4167B5. Grayscale: #9A9A9A. Windows color (decimal): -4286390 or 4888766. OLE color: 4888766.

HSL color Cylindrical-coordinate representation of color #BE984A: hue angle of 40.34º degrees, saturation: 0.47, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #BE984A is Cyan = 0, Magento = 0.2, Yellow = 0.61 and Black (K on CMYK) = 0.25.

Color convert

RGB19015274-
CMYK00.20.610.25
HSL40.34º47.15%51.76%-
HSV(B)40.34º61.05%74.51%-
XYZ33.733.911.25-
YUV154.4782.59153.34-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 45.67%
GREEN value IS 152 (59.77% from 255) = 36.54%
BLUE value IS 74 (29.30% from 255) = 17.79%
R=45.67%
G=36.54%
B=17.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.2
Y (Yellow) values IS 0.61
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1901527400.20.610.2540.3447.1551.76
HexBE984A0143D19282f34
Octal2762301120247531505764
Binary1011111010011000100101001010011110111001101000101111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE984A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE984A; }

 p { color: rgb(190,152,74); }

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

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

 a { background-color: rgb(190,152,74); }

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

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

 span { border-color: rgb(190,152,74); }

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