#bf9655

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

Shades of Twine #BF9655

Tints of Twine #BF9655

Color information

#BF9655 (or 0xBF9655) is unknown color: approx Twine. HEX triplet: BF, 96 and 55. RGB value is (191,150,85). Sum of RGB (Red+Green+Blue) = 191+150+85=426 (56% of max value = 765). Red value is 191 (75% from 255 or 44.84% from 426); Green value is 150 (58.98% from 255 or 35.21% from 426); Blue value is 85 (33.59% from 255 or 19.95% from 426); Max value from RGB is 191 - color contains mainly: red. Hex color #BF9655 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BF9655 is #4069AA. Grayscale: #9B9B9B. Windows color (decimal): -4221355 or 5609151. OLE color: 5609151.

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

Color convert

RGB19115085-
CMYK00.210.550.25
HSL36.79º45.3%54.12%-
HSV(B)36.79º55.5%74.9%-
XYZ34.0333.5413.28-
YUV154.8588.58153.79-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 44.84%
GREEN value IS 150 (58.98% from 255) = 35.21%
BLUE value IS 85 (33.59% from 255) = 19.95%
R=44.84%
G=35.21%
B=19.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.55
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1911508500.210.550.2536.7945.354.12
HexBF96550153719252d36
Octal2772261250256731455566
Binary1011111110010110101010101010111011111001100101101101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #bf9655

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #bf9655; }

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

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

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

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

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

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

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

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