#BE894B

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

Shades of Tussock #BE894B

Tints of Tussock #BE894B

Color information

#BE894B (or 0xBE894B) is unknown color: approx Tussock. HEX triplet: BE, 89 and 4B. RGB value is (190,137,75). Sum of RGB (Red+Green+Blue) = 190+137+75=402 (53% of max value = 765). Red value is 190 (74.61% from 255 or 47.26% from 402); Green value is 137 (53.91% from 255 or 34.08% from 402); Blue value is 75 (29.69% from 255 or 18.66% from 402); Max value from RGB is 190 - color contains mainly: red. Hex color #BE894B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BE894B is #4176B4. Grayscale: #929292. Windows color (decimal): -4290229 or 4950462. OLE color: 4950462.

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

Color convert

RGB19013775-
CMYK00.280.610.25
HSL32.35º46.94%51.96%-
HSV(B)32.35º60.53%74.51%-
XYZ31.4529.3510.66-
YUV145.7888.06159.54-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 47.26%
GREEN value IS 137 (53.91% from 255) = 34.08%
BLUE value IS 75 (29.69% from 255) = 18.66%
R=47.26%
G=34.08%
B=18.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.61
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1901377500.280.610.2532.3546.9451.96
HexBE894B01C3D19202f34
Octal2762111130347531405764
Binary1011111010001001100101101110011110111001100000101111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE894B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE894B; }

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

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

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

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

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

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

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

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