#BF924C

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

Shades of Tussock #BF924C

Tints of Tussock #BF924C

Color information

#BF924C (or 0xBF924C) is unknown color: approx Tussock. HEX triplet: BF, 92 and 4C. RGB value is (191,146,76). Sum of RGB (Red+Green+Blue) = 191+146+76=413 (54% of max value = 765). Red value is 191 (75% from 255 or 46.25% from 413); Green value is 146 (57.42% from 255 or 35.35% from 413); Blue value is 76 (30.08% from 255 or 18.40% from 413); Max value from RGB is 191 - color contains mainly: red. Hex color #BF924C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BF924C is #406DB3. Grayscale: #979797. Windows color (decimal): -4222388 or 5018303. OLE color: 5018303.

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

Color convert

RGB19114676-
CMYK00.240.600.25
HSL36.52º47.33%52.35%-
HSV(B)36.52º60.21%74.9%-
XYZ33.0732.1611.3-
YUV151.4785.41156.19-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 46.25%
GREEN value IS 146 (57.42% from 255) = 35.35%
BLUE value IS 76 (30.08% from 255) = 18.40%
R=46.25%
G=35.35%
B=18.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.60
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1911467600.240.600.2536.5247.3352.35
HexBF924C0183C19252f34
Octal2772221140307431455764
Binary1011111110010010100110001100011110011001100101101111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF924C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF924C; }

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

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

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

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

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

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

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

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