#BF9A54

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

Shades of Twine #BF9A54

Tints of Twine #BF9A54

Color information

#BF9A54 (or 0xBF9A54) is unknown color: approx Twine. HEX triplet: BF, 9A and 54. RGB value is (191,154,84). Sum of RGB (Red+Green+Blue) = 191+154+84=429 (56% of max value = 765). Red value is 191 (75% from 255 or 44.52% from 429); Green value is 154 (60.55% from 255 or 35.90% from 429); Blue value is 84 (33.20% from 255 or 19.58% from 429); Max value from RGB is 191 - color contains mainly: red. Hex color #BF9A54 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BF9A54 is #4065AB. Grayscale: #9D9D9D. Windows color (decimal): -4220332 or 5544639. OLE color: 5544639.

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

Color convert

RGB19115484-
CMYK00.190.560.25
HSL39.25º45.53%53.92%-
HSV(B)39.25º56.02%74.9%-
XYZ34.6434.8313.28-
YUV157.0886.76152.19-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 44.52%
GREEN value IS 154 (60.55% from 255) = 35.90%
BLUE value IS 84 (33.20% from 255) = 19.58%
R=44.52%
G=35.90%
B=19.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.56
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1911548400.190.560.2539.2545.5353.92
HexBF9A540133819272e36
Octal2772321240237031475666
Binary1011111110011010101010001001111100011001100111101110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF9A54

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF9A54; }

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

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

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

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

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

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

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

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