#BF9C53

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

Shades of Tussock #BF9C53

Tints of Tussock #BF9C53

Color information

#BF9C53 (or 0xBF9C53) is unknown color: approx Tussock. HEX triplet: BF, 9C and 53. RGB value is (191,156,83). Sum of RGB (Red+Green+Blue) = 191+156+83=430 (56% of max value = 765). Red value is 191 (75% from 255 or 44.42% from 430); Green value is 156 (61.33% from 255 or 36.28% from 430); Blue value is 83 (32.81% from 255 or 19.30% from 430); Max value from RGB is 191 - color contains mainly: red. Hex color #BF9C53 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BF9C53 is #4063AC. Grayscale: #9E9E9E. Windows color (decimal): -4219821 or 5479615. OLE color: 5479615.

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

Color convert

RGB19115683-
CMYK00.180.570.25
HSL40.56º45.76%53.73%-
HSV(B)40.56º56.54%74.9%-
XYZ34.9435.4813.19-
YUV158.1485.6151.44-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 44.42%
GREEN value IS 156 (61.33% from 255) = 36.28%
BLUE value IS 83 (32.81% from 255) = 19.30%
R=44.42%
G=36.28%
B=19.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.57
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1911568300.180.570.2540.5645.7653.73
HexBF9C530123919292e36
Octal2772341230227131515666
Binary1011111110011100101001101001011100111001101001101110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF9C53

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF9C53; }

 p { color: rgb(191,156,83); }

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

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

 a { background-color: rgb(191,156,83); }

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

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

 span { border-color: rgb(191,156,83); }

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