#BF8A5B

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

Shades of Twine #BF8A5B

Tints of Twine #BF8A5B

Color information

#BF8A5B (or 0xBF8A5B) is unknown color: approx Twine. HEX triplet: BF, 8A and 5B. RGB value is (191,138,91). Sum of RGB (Red+Green+Blue) = 191+138+91=420 (55% of max value = 765). Red value is 191 (75% from 255 or 45.48% from 420); Green value is 138 (54.30% from 255 or 32.86% from 420); Blue value is 91 (35.94% from 255 or 21.67% from 420); Max value from RGB is 191 - color contains mainly: red. Hex color #BF8A5B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BF8A5B is #4075A4. Grayscale: #949494. Windows color (decimal): -4224421 or 5999295. OLE color: 5999295.

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

Color convert

RGB19113891-
CMYK00.280.520.25
HSL28.2º43.86%55.29%-
HSV(B)28.2º52.36%74.9%-
XYZ32.4630.0113.98-
YUV148.4995.56158.32-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 45.48%
GREEN value IS 138 (54.30% from 255) = 32.86%
BLUE value IS 91 (35.94% from 255) = 21.67%
R=45.48%
G=32.86%
B=21.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.52
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1911389100.280.520.2528.243.8655.29
HexBF8A5B01C34191c2c37
Octal2772121330346431345467
Binary101111111000101010110110111001101001100111100101100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF8A5B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF8A5B; }

 p { color: rgb(191,138,91); }

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

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

 a { background-color: rgb(191,138,91); }

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

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

 span { border-color: rgb(191,138,91); }

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