#BF925E

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

Shades of Twine #BF925E

Tints of Twine #BF925E

Color information

#BF925E (or 0xBF925E) is unknown color: approx Twine. HEX triplet: BF, 92 and 5E. RGB value is (191,146,94). Sum of RGB (Red+Green+Blue) = 191+146+94=431 (57% of max value = 765). Red value is 191 (75% from 255 or 44.32% from 431); Green value is 146 (57.42% from 255 or 33.87% from 431); Blue value is 94 (37.11% from 255 or 21.81% from 431); Max value from RGB is 191 - color contains mainly: red. Hex color #BF925E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BF925E is #406DA1. Grayscale: #999999. Windows color (decimal): -4222370 or 6197951. OLE color: 6197951.

HSL color Cylindrical-coordinate representation of color #BF925E: hue angle of 32.16º degrees, saturation: 0.43, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #BF925E is Cyan = 0, Magento = 0.24, Yellow = 0.51 and Black (K on CMYK) = 0.25.

Color convert

RGB19114694-
CMYK00.240.510.25
HSL32.16º43.11%55.88%-
HSV(B)32.16º50.79%74.9%-
XYZ33.7932.4415.07-
YUV153.5394.41154.73-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 44.32%
GREEN value IS 146 (57.42% from 255) = 33.87%
BLUE value IS 94 (37.11% from 255) = 21.81%
R=44.32%
G=33.87%
B=21.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.51
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1911469400.240.510.2532.1643.1155.88
HexBF925E0183319202b38
Octal2772221360306331405370
Binary1011111110010010101111001100011001111001100000101011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF925E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF925E; }

 p { color: rgb(191,146,94); }

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

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

 a { background-color: rgb(191,146,94); }

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

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

 span { border-color: rgb(191,146,94); }

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