#BF9956

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

Shades of Twine #BF9956

Tints of Twine #BF9956

Color information

#BF9956 (or 0xBF9956) is unknown color: approx Twine. HEX triplet: BF, 99 and 56. RGB value is (191,153,86). Sum of RGB (Red+Green+Blue) = 191+153+86=430 (56% of max value = 765). Red value is 191 (75% from 255 or 44.42% from 430); Green value is 153 (60.16% from 255 or 35.58% from 430); Blue value is 86 (33.98% from 255 or 20% from 430); Max value from RGB is 191 - color contains mainly: red. Hex color #BF9956 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BF9956 is #4066A9. Grayscale: #9D9D9D. Windows color (decimal): -4220586 or 5675455. OLE color: 5675455.

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

Color convert

RGB19115386-
CMYK00.200.550.25
HSL38.29º45.06%54.31%-
HSV(B)38.29º54.97%74.9%-
XYZ34.5634.5313.65-
YUV156.7288.09152.45-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 44.42%
GREEN value IS 153 (60.16% from 255) = 35.58%
BLUE value IS 86 (33.98% from 255) = 20%
R=44.42%
G=35.58%
B=20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.55
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1911538600.200.550.2538.2945.0654.31
HexBF99560143719262d36
Octal2772311260246731465566
Binary1011111110011001101011001010011011111001100110101101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF9956

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF9956; }

 p { color: rgb(191,153,86); }

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

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

 a { background-color: rgb(191,153,86); }

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

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

 span { border-color: rgb(191,153,86); }

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