#BF9854

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

Shades of Twine #BF9854

Tints of Twine #BF9854

Color information

#BF9854 (or 0xBF9854) is unknown color: approx Twine. HEX triplet: BF, 98 and 54. RGB value is (191,152,84). Sum of RGB (Red+Green+Blue) = 191+152+84=427 (56% of max value = 765). Red value is 191 (75% from 255 or 44.73% from 427); Green value is 152 (59.77% from 255 or 35.60% from 427); Blue value is 84 (33.20% from 255 or 19.67% from 427); Max value from RGB is 191 - color contains mainly: red. Hex color #BF9854 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BF9854 is #4067AB. Grayscale: #9C9C9C. Windows color (decimal): -4220844 or 5544127. OLE color: 5544127.

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

Color convert

RGB19115284-
CMYK00.200.560.25
HSL38.13º45.53%53.92%-
HSV(B)38.13º56.02%74.9%-
XYZ34.3134.1713.17-
YUV155.9187.42153.03-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 44.73%
GREEN value IS 152 (59.77% from 255) = 35.60%
BLUE value IS 84 (33.20% from 255) = 19.67%
R=44.73%
G=35.60%
B=19.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.56
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1911528400.200.560.2538.1345.5353.92
HexBF98540143819262e36
Octal2772301240247031465666
Binary1011111110011000101010001010011100011001100110101110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF9854

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF9854; }

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

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

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

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

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

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

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

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