#BF954C

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

Shades of Tussock #BF954C

Tints of Tussock #BF954C

Color information

#BF954C (or 0xBF954C) is unknown color: approx Tussock. HEX triplet: BF, 95 and 4C. RGB value is (191,149,76). Sum of RGB (Red+Green+Blue) = 191+149+76=416 (55% of max value = 765). Red value is 191 (75% from 255 or 45.91% from 416); Green value is 149 (58.59% from 255 or 35.82% from 416); Blue value is 76 (30.08% from 255 or 18.27% from 416); Max value from RGB is 191 - color contains mainly: red. Hex color #BF954C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BF954C is #406AB3. Grayscale: #999999. Windows color (decimal): -4221620 or 5019071. OLE color: 5019071.

HSL color Cylindrical-coordinate representation of color #BF954C: hue angle of 38.09º degrees, saturation: 0.47, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #BF954C is Cyan = 0, Magento = 0.22, Yellow = 0.60 and Black (K on CMYK) = 0.25.

Color convert

RGB19114976-
CMYK00.220.600.25
HSL38.09º47.33%52.35%-
HSV(B)38.09º60.21%74.9%-
XYZ33.5433.0911.46-
YUV153.2484.41154.94-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 45.91%
GREEN value IS 149 (58.59% from 255) = 35.82%
BLUE value IS 76 (30.08% from 255) = 18.27%
R=45.91%
G=35.82%
B=18.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.60
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1911497600.220.600.2538.0947.3352.35
HexBF954C0163C19262f34
Octal2772251140267431465764
Binary1011111110010101100110001011011110011001100110101111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF954C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF954C; }

 p { color: rgb(191,149,76); }

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

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

 a { background-color: rgb(191,149,76); }

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

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

 span { border-color: rgb(191,149,76); }

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