#BF8E5A

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

Shades of Twine #BF8E5A

Tints of Twine #BF8E5A

Color information

#BF8E5A (or 0xBF8E5A) is unknown color: approx Twine. HEX triplet: BF, 8E and 5A. RGB value is (191,142,90). Sum of RGB (Red+Green+Blue) = 191+142+90=423 (56% of max value = 765). Red value is 191 (75% from 255 or 45.15% from 423); Green value is 142 (55.86% from 255 or 33.57% from 423); Blue value is 90 (35.55% from 255 or 21.28% from 423); Max value from RGB is 191 - color contains mainly: red. Hex color #BF8E5A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BF8E5A is #4071A5. Grayscale: #969696. Windows color (decimal): -4223398 or 5934783. OLE color: 5934783.

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

Color convert

RGB19114290-
CMYK00.260.530.25
HSL30.89º44.1%55.1%-
HSV(B)30.89º52.88%74.9%-
XYZ3331.1613.95-
YUV150.7293.73156.73-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 45.15%
GREEN value IS 142 (55.86% from 255) = 33.57%
BLUE value IS 90 (35.55% from 255) = 21.28%
R=45.15%
G=33.57%
B=21.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.53
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1911429000.260.530.2530.8944.155.1
HexBF8E5A01A35191f2c37
Octal2772161320326531375467
Binary101111111000111010110100110101101011100111111101100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF8E5A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF8E5A; }

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

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

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

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

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

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

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

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