#BF9458

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

Shades of Twine #BF9458

Tints of Twine #BF9458

Color information

#BF9458 (or 0xBF9458) is unknown color: approx Twine. HEX triplet: BF, 94 and 58. RGB value is (191,148,88). Sum of RGB (Red+Green+Blue) = 191+148+88=427 (56% of max value = 765). Red value is 191 (75% from 255 or 44.73% from 427); Green value is 148 (58.20% from 255 or 34.66% from 427); Blue value is 88 (34.77% from 255 or 20.61% from 427); Max value from RGB is 191 - color contains mainly: red. Hex color #BF9458 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BF9458 is #406BA7. Grayscale: #9A9A9A. Windows color (decimal): -4221864 or 5805247. OLE color: 5805247.

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

Color convert

RGB19114888-
CMYK00.230.540.25
HSL34.95º44.59%54.71%-
HSV(B)34.95º53.93%74.9%-
XYZ33.8432.9613.81-
YUV154.0290.75154.38-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 44.73%
GREEN value IS 148 (58.20% from 255) = 34.66%
BLUE value IS 88 (34.77% from 255) = 20.61%
R=44.73%
G=34.66%
B=20.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.54
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1911488800.230.540.2534.9544.5954.71
HexBF94580173619232d37
Octal2772241300276631435567
Binary1011111110010100101100001011111011011001100011101101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF9458

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF9458; }

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

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

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

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

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

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

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

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