#BF955C

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

Shades of Twine #BF955C

Tints of Twine #BF955C

Color information

#BF955C (or 0xBF955C) is unknown color: approx Twine. HEX triplet: BF, 95 and 5C. RGB value is (191,149,92). Sum of RGB (Red+Green+Blue) = 191+149+92=432 (57% of max value = 765). Red value is 191 (75% from 255 or 44.21% from 432); Green value is 149 (58.59% from 255 or 34.49% from 432); Blue value is 92 (36.33% from 255 or 21.30% from 432); Max value from RGB is 191 - color contains mainly: red. Hex color #BF955C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BF955C is #406AA3. Grayscale: #9B9B9B. Windows color (decimal): -4221604 or 6067647. OLE color: 6067647.

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

Color convert

RGB19114992-
CMYK00.220.520.25
HSL34.55º43.61%55.49%-
HSV(B)34.55º51.83%74.9%-
XYZ34.1733.3414.76-
YUV155.0692.41153.63-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 44.21%
GREEN value IS 149 (58.59% from 255) = 34.49%
BLUE value IS 92 (36.33% from 255) = 21.30%
R=44.21%
G=34.49%
B=21.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.52
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1911499200.220.520.2534.5543.6155.49
HexBF955C0163419232c37
Octal2772251340266431435467
Binary1011111110010101101110001011011010011001100011101100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF955C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF955C; }

 p { color: rgb(191,149,92); }

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

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

 a { background-color: rgb(191,149,92); }

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

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

 span { border-color: rgb(191,149,92); }

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