#BF9851

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

Shades of Tussock #BF9851

Tints of Tussock #BF9851

Color information

#BF9851 (or 0xBF9851) is unknown color: approx Tussock. HEX triplet: BF, 98 and 51. RGB value is (191,152,81). Sum of RGB (Red+Green+Blue) = 191+152+81=424 (56% of max value = 765). Red value is 191 (75% from 255 or 45.05% from 424); Green value is 152 (59.77% from 255 or 35.85% from 424); Blue value is 81 (32.03% from 255 or 19.10% from 424); Max value from RGB is 191 - color contains mainly: red. Hex color #BF9851 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BF9851 is #4067AE. Grayscale: #9B9B9B. Windows color (decimal): -4220847 or 5347519. OLE color: 5347519.

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

Color convert

RGB19115281-
CMYK00.200.580.25
HSL38.73º46.22%53.33%-
HSV(B)38.73º57.59%74.9%-
XYZ34.234.1312.57-
YUV155.5785.92153.27-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 45.05%
GREEN value IS 152 (59.77% from 255) = 35.85%
BLUE value IS 81 (32.03% from 255) = 19.10%
R=45.05%
G=35.85%
B=19.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.58
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1911528100.200.580.2538.7346.2253.33
HexBF98510143A19272e35
Octal2772301210247231475665
Binary1011111110011000101000101010011101011001100111101110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF9851

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF9851; }

 p { color: rgb(191,152,81); }

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

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

 a { background-color: rgb(191,152,81); }

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

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

 span { border-color: rgb(191,152,81); }

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