#BF9454

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

Shades of Twine #BF9454

Tints of Twine #BF9454

Color information

#BF9454 (or 0xBF9454) is unknown color: approx Twine. HEX triplet: BF, 94 and 54. RGB value is (191,148,84). Sum of RGB (Red+Green+Blue) = 191+148+84=423 (56% of max value = 765). Red value is 191 (75% from 255 or 45.15% from 423); Green value is 148 (58.20% from 255 or 34.99% from 423); Blue value is 84 (33.20% from 255 or 19.86% from 423); Max value from RGB is 191 - color contains mainly: red. Hex color #BF9454 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BF9454 is #406BAB. Grayscale: #999999. Windows color (decimal): -4221868 or 5543103. OLE color: 5543103.

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

Color convert

RGB19114884-
CMYK00.230.560.25
HSL35.89º45.53%53.92%-
HSV(B)35.89º56.02%74.9%-
XYZ33.6832.912.96-
YUV153.5688.75154.7-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 45.15%
GREEN value IS 148 (58.20% from 255) = 34.99%
BLUE value IS 84 (33.20% from 255) = 19.86%
R=45.15%
G=34.99%
B=19.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.56
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1911488400.230.560.2535.8945.5353.92
HexBF94540173819242e36
Octal2772241240277031445666
Binary1011111110010100101010001011111100011001100100101110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF9454

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF9454; }

 p { color: rgb(191,148,84); }

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

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

 a { background-color: rgb(191,148,84); }

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

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

 span { border-color: rgb(191,148,84); }

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