#BF934C

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

Shades of Tussock #BF934C

Tints of Tussock #BF934C

Color information

#BF934C (or 0xBF934C) is unknown color: approx Tussock. HEX triplet: BF, 93 and 4C. RGB value is (191,147,76). Sum of RGB (Red+Green+Blue) = 191+147+76=414 (54% of max value = 765). Red value is 191 (75% from 255 or 46.14% from 414); Green value is 147 (57.81% from 255 or 35.51% from 414); Blue value is 76 (30.08% from 255 or 18.36% from 414); Max value from RGB is 191 - color contains mainly: red. Hex color #BF934C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BF934C is #406CB3. Grayscale: #989898. Windows color (decimal): -4222132 or 5018559. OLE color: 5018559.

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

Color convert

RGB19114776-
CMYK00.230.600.25
HSL37.04º47.33%52.35%-
HSV(B)37.04º60.21%74.9%-
XYZ33.2232.4711.35-
YUV152.0685.08155.77-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 46.14%
GREEN value IS 147 (57.81% from 255) = 35.51%
BLUE value IS 76 (30.08% from 255) = 18.36%
R=46.14%
G=35.51%
B=18.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.60
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1911477600.230.600.2537.0447.3352.35
HexBF934C0173C19252f34
Octal2772231140277431455764
Binary1011111110010011100110001011111110011001100101101111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF934C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF934C; }

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

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

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

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

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

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

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

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