#BE9151

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

Shades of Tussock #BE9151

Tints of Tussock #BE9151

Color information

#BE9151 (or 0xBE9151) is unknown color: approx Tussock. HEX triplet: BE, 91 and 51. RGB value is (190,145,81). Sum of RGB (Red+Green+Blue) = 190+145+81=416 (55% of max value = 765). Red value is 190 (74.61% from 255 or 45.67% from 416); Green value is 145 (57.03% from 255 or 34.86% from 416); Blue value is 81 (32.03% from 255 or 19.47% from 416); Max value from RGB is 190 - color contains mainly: red. Hex color #BE9151 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BE9151 is #416EAE. Grayscale: #979797. Windows color (decimal): -4288175 or 5345726. OLE color: 5345726.

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

Color convert

RGB19014581-
CMYK00.240.570.25
HSL35.23º45.61%53.14%-
HSV(B)35.23º57.37%74.51%-
XYZ32.8531.7912.19-
YUV151.1688.41155.7-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 45.67%
GREEN value IS 145 (57.03% from 255) = 34.86%
BLUE value IS 81 (32.03% from 255) = 19.47%
R=45.67%
G=34.86%
B=19.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.57
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1901458100.240.570.2535.2345.6153.14
HexBE91510183919232e35
Octal2762211210307131435665
Binary1011111010010001101000101100011100111001100011101110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE9151

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE9151; }

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

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

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

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

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

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

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

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