#BF9350

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

Shades of Tussock #BF9350

Tints of Tussock #BF9350

Color information

#BF9350 (or 0xBF9350) is unknown color: approx Tussock. HEX triplet: BF, 93 and 50. RGB value is (191,147,80). Sum of RGB (Red+Green+Blue) = 191+147+80=418 (55% of max value = 765). Red value is 191 (75% from 255 or 45.69% from 418); Green value is 147 (57.81% from 255 or 35.17% from 418); Blue value is 80 (31.64% from 255 or 19.14% from 418); Max value from RGB is 191 - color contains mainly: red. Hex color #BF9350 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BF9350 is #406CAF. Grayscale: #989898. Windows color (decimal): -4222128 or 5280703. OLE color: 5280703.

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

Color convert

RGB19114780-
CMYK00.230.580.25
HSL36.22º46.44%53.14%-
HSV(B)36.22º58.12%74.9%-
XYZ33.3732.5212.11-
YUV152.5287.08155.45-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 45.69%
GREEN value IS 147 (57.81% from 255) = 35.17%
BLUE value IS 80 (31.64% from 255) = 19.14%
R=45.69%
G=35.17%
B=19.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.58
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1911478000.230.580.2536.2246.4453.14
HexBF93500173A19242e35
Octal2772231200277231445665
Binary1011111110010011101000001011111101011001100100101110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF9350

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF9350; }

 p { color: rgb(191,147,80); }

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

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

 a { background-color: rgb(191,147,80); }

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

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

 span { border-color: rgb(191,147,80); }

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