#BE944B

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

Shades of Tussock #BE944B

Tints of Tussock #BE944B

Color information

#BE944B (or 0xBE944B) is unknown color: approx Tussock. HEX triplet: BE, 94 and 4B. RGB value is (190,148,75). Sum of RGB (Red+Green+Blue) = 190+148+75=413 (54% of max value = 765). Red value is 190 (74.61% from 255 or 46.00% from 413); Green value is 148 (58.20% from 255 or 35.84% from 413); Blue value is 75 (29.69% from 255 or 18.16% from 413); Max value from RGB is 190 - color contains mainly: red. Hex color #BE944B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BE944B is #416BB4. Grayscale: #989898. Windows color (decimal): -4287413 or 4953278. OLE color: 4953278.

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

Color convert

RGB19014875-
CMYK00.220.610.25
HSL38.09º46.94%51.96%-
HSV(B)38.09º60.53%74.51%-
XYZ33.132.6311.21-
YUV152.2484.41154.94-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 46.00%
GREEN value IS 148 (58.20% from 255) = 35.84%
BLUE value IS 75 (29.69% from 255) = 18.16%
R=46.00%
G=35.84%
B=18.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.61
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1901487500.220.610.2538.0946.9451.96
HexBE944B0163D19262f34
Octal2762241130267531465764
Binary1011111010010100100101101011011110111001100110101111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE944B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE944B; }

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

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

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

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

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

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

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

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