#BF9654

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

Shades of Twine #BF9654

Tints of Twine #BF9654

Color information

#BF9654 (or 0xBF9654) is unknown color: approx Twine. HEX triplet: BF, 96 and 54. RGB value is (191,150,84). Sum of RGB (Red+Green+Blue) = 191+150+84=425 (56% of max value = 765). Red value is 191 (75% from 255 or 44.94% from 425); Green value is 150 (58.98% from 255 or 35.29% from 425); Blue value is 84 (33.20% from 255 or 19.76% from 425); Max value from RGB is 191 - color contains mainly: red. Hex color #BF9654 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BF9654 is #4069AB. Grayscale: #9B9B9B. Windows color (decimal): -4221356 or 5543615. OLE color: 5543615.

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

Color convert

RGB19115084-
CMYK00.210.560.25
HSL37.01º45.53%53.92%-
HSV(B)37.01º56.02%74.9%-
XYZ33.9933.5313.07-
YUV154.7388.08153.87-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 44.94%
GREEN value IS 150 (58.98% from 255) = 35.29%
BLUE value IS 84 (33.20% from 255) = 19.76%
R=44.94%
G=35.29%
B=19.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.56
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1911508400.210.560.2537.0145.5353.92
HexBF96540153819252e36
Octal2772261240257031455666
Binary1011111110010110101010001010111100011001100101101110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF9654

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF9654; }

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

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

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

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

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

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

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

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