#BE8B4B

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

Shades of Tussock #BE8B4B

Tints of Tussock #BE8B4B

Color information

#BE8B4B (or 0xBE8B4B) is unknown color: approx Tussock. HEX triplet: BE, 8B and 4B. RGB value is (190,139,75). Sum of RGB (Red+Green+Blue) = 190+139+75=404 (53% of max value = 765). Red value is 190 (74.61% from 255 or 47.03% from 404); Green value is 139 (54.69% from 255 or 34.41% from 404); Blue value is 75 (29.69% from 255 or 18.56% from 404); Max value from RGB is 190 - color contains mainly: red. Hex color #BE8B4B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BE8B4B is #4174B4. Grayscale: #939393. Windows color (decimal): -4289717 or 4950974. OLE color: 4950974.

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

Color convert

RGB19013975-
CMYK00.270.610.25
HSL33.39º46.94%51.96%-
HSV(B)33.39º60.53%74.51%-
XYZ31.7429.9210.76-
YUV146.9587.4158.7-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 47.03%
GREEN value IS 139 (54.69% from 255) = 34.41%
BLUE value IS 75 (29.69% from 255) = 18.56%
R=47.03%
G=34.41%
B=18.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.61
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1901397500.270.610.2533.3946.9451.96
HexBE8B4B01B3D19212f34
Octal2762131130337531415764
Binary1011111010001011100101101101111110111001100001101111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE8B4B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE8B4B; }

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

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

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

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

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

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

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

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