#BF914B

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

Shades of Tussock #BF914B

Tints of Tussock #BF914B

Color information

#BF914B (or 0xBF914B) is unknown color: approx Tussock. HEX triplet: BF, 91 and 4B. RGB value is (191,145,75). Sum of RGB (Red+Green+Blue) = 191+145+75=411 (54% of max value = 765). Red value is 191 (75% from 255 or 46.47% from 411); Green value is 145 (57.03% from 255 or 35.28% from 411); Blue value is 75 (29.69% from 255 or 18.25% from 411); Max value from RGB is 191 - color contains mainly: red. Hex color #BF914B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BF914B is #406EB4. Grayscale: #979797. Windows color (decimal): -4222645 or 4952511. OLE color: 4952511.

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

Color convert

RGB19114575-
CMYK00.240.610.25
HSL36.21º47.54%52.16%-
HSV(B)36.21º60.73%74.9%-
XYZ32.8831.8411.07-
YUV150.7785.24156.69-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 46.47%
GREEN value IS 145 (57.03% from 255) = 35.28%
BLUE value IS 75 (29.69% from 255) = 18.25%
R=46.47%
G=35.28%
B=18.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.61
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1911457500.240.610.2536.2147.5452.16
HexBF914B0183D19243034
Octal2772211130307531446064
Binary1011111110010001100101101100011110111001100100110000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF914B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF914B; }

 p { color: rgb(191,145,75); }

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

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

 a { background-color: rgb(191,145,75); }

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

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

 span { border-color: rgb(191,145,75); }

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