#BF995A

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

Shades of Twine #BF995A

Tints of Twine #BF995A

Color information

#BF995A (or 0xBF995A) is unknown color: approx Twine. HEX triplet: BF, 99 and 5A. RGB value is (191,153,90). Sum of RGB (Red+Green+Blue) = 191+153+90=434 (57% of max value = 765). Red value is 191 (75% from 255 or 44.01% from 434); Green value is 153 (60.16% from 255 or 35.25% from 434); Blue value is 90 (35.55% from 255 or 20.74% from 434); Max value from RGB is 191 - color contains mainly: red. Hex color #BF995A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BF995A is #4066A5. Grayscale: #9D9D9D. Windows color (decimal): -4220582 or 5937599. OLE color: 5937599.

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

Color convert

RGB19115390-
CMYK00.200.530.25
HSL37.43º44.1%55.1%-
HSV(B)37.43º52.88%74.9%-
XYZ34.7234.614.52-
YUV157.1890.09152.12-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 44.01%
GREEN value IS 153 (60.16% from 255) = 35.25%
BLUE value IS 90 (35.55% from 255) = 20.74%
R=44.01%
G=35.25%
B=20.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.53
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1911539000.200.530.2537.4344.155.1
HexBF995A0143519252c37
Octal2772311320246531455467
Binary1011111110011001101101001010011010111001100101101100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF995A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF995A; }

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

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

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

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

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

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

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

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