#bf8f58

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

Shades of Twine #BF8F58

Tints of Twine #BF8F58

Color information

#BF8F58 (or 0xBF8F58) is unknown color: approx Twine. HEX triplet: BF, 8F and 58. RGB value is (191,143,88). Sum of RGB (Red+Green+Blue) = 191+143+88=422 (55% of max value = 765). Red value is 191 (75% from 255 or 45.26% from 422); Green value is 143 (56.25% from 255 or 33.89% from 422); Blue value is 88 (34.77% from 255 or 20.85% from 422); Max value from RGB is 191 - color contains mainly: red. Hex color #BF8F58 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BF8F58 is #4070A7. Grayscale: #979797. Windows color (decimal): -4223144 or 5803967. OLE color: 5803967.

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

Color convert

RGB19114388-
CMYK00.250.540.25
HSL32.04º44.59%54.71%-
HSV(B)32.04º53.93%74.9%-
XYZ33.0731.4313.56-
YUV151.0892.4156.47-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 45.26%
GREEN value IS 143 (56.25% from 255) = 33.89%
BLUE value IS 88 (34.77% from 255) = 20.85%
R=45.26%
G=33.89%
B=20.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.54
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1911438800.250.540.2532.0444.5954.71
HexBF8F580193619202d37
Octal2772171300316631405567
Binary1011111110001111101100001100111011011001100000101101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #bf8f58

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #bf8f58; }

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

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

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

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

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

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

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

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