#BE974A

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

Shades of Tussock #BE974A

Tints of Tussock #BE974A

Color information

#BE974A (or 0xBE974A) is unknown color: approx Tussock. HEX triplet: BE, 97 and 4A. RGB value is (190,151,74). Sum of RGB (Red+Green+Blue) = 190+151+74=415 (54% of max value = 765). Red value is 190 (74.61% from 255 or 45.78% from 415); Green value is 151 (59.38% from 255 or 36.39% from 415); Blue value is 74 (29.30% from 255 or 17.83% from 415); Max value from RGB is 190 - color contains mainly: red. Hex color #BE974A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BE974A is #4168B5. Grayscale: #9A9A9A. Windows color (decimal): -4286646 or 4888510. OLE color: 4888510.

HSL color Cylindrical-coordinate representation of color #BE974A: hue angle of 39.83º 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 #BE974A is Cyan = 0, Magento = 0.21, Yellow = 0.61 and Black (K on CMYK) = 0.25.

Color convert

RGB19015174-
CMYK00.210.610.25
HSL39.83º47.15%51.76%-
HSV(B)39.83º61.05%74.51%-
XYZ33.5433.5711.19-
YUV153.8882.92153.76-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 45.78%
GREEN value IS 151 (59.38% from 255) = 36.39%
BLUE value IS 74 (29.30% from 255) = 17.83%
R=45.78%
G=36.39%
B=17.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.61
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1901517400.210.610.2539.8347.1551.76
HexBE974A0153D19282f34
Octal2762271120257531505764
Binary1011111010010111100101001010111110111001101000101111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE974A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE974A; }

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

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

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

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

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

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

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

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