#BE924A

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

Shades of Tussock #BE924A

Tints of Tussock #BE924A

Color information

#BE924A (or 0xBE924A) is unknown color: approx Tussock. HEX triplet: BE, 92 and 4A. RGB value is (190,146,74). Sum of RGB (Red+Green+Blue) = 190+146+74=410 (54% of max value = 765). Red value is 190 (74.61% from 255 or 46.34% from 410); Green value is 146 (57.42% from 255 or 35.61% from 410); Blue value is 74 (29.30% from 255 or 18.05% from 410); Max value from RGB is 190 - color contains mainly: red. Hex color #BE924A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BE924A is #416DB5. Grayscale: #979797. Windows color (decimal): -4287926 or 4887230. OLE color: 4887230.

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

Color convert

RGB19014674-
CMYK00.230.610.25
HSL37.24º47.15%51.76%-
HSV(B)37.24º61.05%74.51%-
XYZ32.753210.93-
YUV150.9584.58155.85-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 46.34%
GREEN value IS 146 (57.42% from 255) = 35.61%
BLUE value IS 74 (29.30% from 255) = 18.05%
R=46.34%
G=35.61%
B=18.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.61
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1901467400.230.610.2537.2447.1551.76
HexBE924A0173D19252f34
Octal2762221120277531455764
Binary1011111010010010100101001011111110111001100101101111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE924A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE924A; }

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

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

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

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

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

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

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

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