#bf8a50

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

Shades of Twine #BF8A50

Tints of Twine #BF8A50

Color information

#BF8A50 (or 0xBF8A50) is unknown color: approx Twine. HEX triplet: BF, 8A and 50. RGB value is (191,138,80). Sum of RGB (Red+Green+Blue) = 191+138+80=409 (54% of max value = 765). Red value is 191 (75% from 255 or 46.70% from 409); Green value is 138 (54.30% from 255 or 33.74% from 409); Blue value is 80 (31.64% from 255 or 19.56% from 409); Max value from RGB is 191 - color contains mainly: red. Hex color #BF8A50 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BF8A50 is #4075AF. Grayscale: #939393. Windows color (decimal): -4224432 or 5278399. OLE color: 5278399.

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

Color convert

RGB19113880-
CMYK00.280.580.25
HSL31.35º46.44%53.14%-
HSV(B)31.35º58.12%74.9%-
XYZ32.0229.8311.66-
YUV147.2490.06159.22-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 46.70%
GREEN value IS 138 (54.30% from 255) = 33.74%
BLUE value IS 80 (31.64% from 255) = 19.56%
R=46.70%
G=33.74%
B=19.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.58
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1911388000.280.580.2531.3546.4453.14
HexBF8A5001C3A191f2e35
Octal2772121200347231375665
Binary101111111000101010100000111001110101100111111101110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #bf8a50

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #bf8a50; }

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

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

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

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

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

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

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

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