#BF945A

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

Shades of Twine #BF945A

Tints of Twine #BF945A

Color information

#BF945A (or 0xBF945A) is unknown color: approx Twine. HEX triplet: BF, 94 and 5A. RGB value is (191,148,90). Sum of RGB (Red+Green+Blue) = 191+148+90=429 (56% of max value = 765). Red value is 191 (75% from 255 or 44.52% from 429); Green value is 148 (58.20% from 255 or 34.50% from 429); Blue value is 90 (35.55% from 255 or 20.98% from 429); Max value from RGB is 191 - color contains mainly: red. Hex color #BF945A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BF945A is #406BA5. Grayscale: #9A9A9A. Windows color (decimal): -4221862 or 5936319. OLE color: 5936319.

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

Color convert

RGB19114890-
CMYK00.230.530.25
HSL34.46º44.1%55.1%-
HSV(B)34.46º52.88%74.9%-
XYZ33.9232.9914.25-
YUV154.2491.75154.22-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 44.52%
GREEN value IS 148 (58.20% from 255) = 34.50%
BLUE value IS 90 (35.55% from 255) = 20.98%
R=44.52%
G=34.50%
B=20.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.53
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1911489000.230.530.2534.4644.155.1
HexBF945A0173519222c37
Octal2772241320276531425467
Binary1011111110010100101101001011111010111001100010101100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF945A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF945A; }

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

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

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

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

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

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

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

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