#BE9751

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

Shades of Tussock #BE9751

Tints of Tussock #BE9751

Color information

#BE9751 (or 0xBE9751) is unknown color: approx Tussock. HEX triplet: BE, 97 and 51. RGB value is (190,151,81). Sum of RGB (Red+Green+Blue) = 190+151+81=422 (55% of max value = 765). Red value is 190 (74.61% from 255 or 45.02% from 422); Green value is 151 (59.38% from 255 or 35.78% from 422); Blue value is 81 (32.03% from 255 or 19.19% from 422); Max value from RGB is 190 - color contains mainly: red. Hex color #BE9751 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BE9751 is #4168AE. Grayscale: #9A9A9A. Windows color (decimal): -4286639 or 5347262. OLE color: 5347262.

HSL color Cylindrical-coordinate representation of color #BE9751: hue angle of 38.53º degrees, saturation: 0.46, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #BE9751 is Cyan = 0, Magento = 0.21, Yellow = 0.57 and Black (K on CMYK) = 0.25.

Color convert

RGB19015181-
CMYK00.210.570.25
HSL38.53º45.61%53.14%-
HSV(B)38.53º57.37%74.51%-
XYZ33.7933.6712.5-
YUV154.6886.42153.19-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 45.02%
GREEN value IS 151 (59.38% from 255) = 35.78%
BLUE value IS 81 (32.03% from 255) = 19.19%
R=45.02%
G=35.78%
B=19.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.57
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1901518100.210.570.2538.5345.6153.14
HexBE97510153919272e35
Octal2762271210257131475665
Binary1011111010010111101000101010111100111001100111101110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE9751

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE9751; }

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

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

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

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

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

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

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

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