#BF934A

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

Shades of Tussock #BF934A

Tints of Tussock #BF934A

Color information

#BF934A (or 0xBF934A) is unknown color: approx Tussock. HEX triplet: BF, 93 and 4A. RGB value is (191,147,74). Sum of RGB (Red+Green+Blue) = 191+147+74=412 (54% of max value = 765). Red value is 191 (75% from 255 or 46.36% from 412); Green value is 147 (57.81% from 255 or 35.68% from 412); Blue value is 74 (29.30% from 255 or 17.96% from 412); Max value from RGB is 191 - color contains mainly: red. Hex color #BF934A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BF934A is #406CB5. Grayscale: #989898. Windows color (decimal): -4222134 or 4887487. OLE color: 4887487.

HSL color Cylindrical-coordinate representation of color #BF934A: hue angle of 37.44º degrees, saturation: 0.48, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #BF934A is Cyan = 0, Magento = 0.23, Yellow = 0.61 and Black (K on CMYK) = 0.25.

Color convert

RGB19114774-
CMYK00.230.610.25
HSL37.44º47.76%51.96%-
HSV(B)37.44º61.26%74.9%-
XYZ33.1632.4410.99-
YUV151.8384.08155.94-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 46.36%
GREEN value IS 147 (57.81% from 255) = 35.68%
BLUE value IS 74 (29.30% from 255) = 17.96%
R=46.36%
G=35.68%
B=17.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.61
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1911477400.230.610.2537.4447.7651.96
HexBF934A0173D19253034
Octal2772231120277531456064
Binary1011111110010011100101001011111110111001100101110000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF934A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF934A; }

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

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

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

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

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

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

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

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