#BF974C

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

Shades of Tussock #BF974C

Tints of Tussock #BF974C

Color information

#BF974C (or 0xBF974C) is unknown color: approx Tussock. HEX triplet: BF, 97 and 4C. RGB value is (191,151,76). Sum of RGB (Red+Green+Blue) = 191+151+76=418 (55% of max value = 765). Red value is 191 (75% from 255 or 45.69% from 418); Green value is 151 (59.38% from 255 or 36.12% from 418); Blue value is 76 (30.08% from 255 or 18.18% from 418); Max value from RGB is 191 - color contains mainly: red. Hex color #BF974C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BF974C is #4068B3. Grayscale: #9A9A9A. Windows color (decimal): -4221108 or 5019583. OLE color: 5019583.

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

Color convert

RGB19115176-
CMYK00.210.600.25
HSL39.13º47.33%52.35%-
HSV(B)39.13º60.21%74.9%-
XYZ33.8633.7311.56-
YUV154.4183.75154.1-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 45.69%
GREEN value IS 151 (59.38% from 255) = 36.12%
BLUE value IS 76 (30.08% from 255) = 18.18%
R=45.69%
G=36.12%
B=18.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.60
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1911517600.210.600.2539.1347.3352.35
HexBF974C0153C19272f34
Octal2772271140257431475764
Binary1011111110010111100110001010111110011001100111101111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF974C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF974C; }

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

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

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

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

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

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

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

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