#BF875E

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

Shades of Twine #BF875E

Tints of Twine #BF875E

Color information

#BF875E (or 0xBF875E) is unknown color: approx Twine. HEX triplet: BF, 87 and 5E. RGB value is (191,135,94). Sum of RGB (Red+Green+Blue) = 191+135+94=420 (55% of max value = 765). Red value is 191 (75% from 255 or 45.48% from 420); Green value is 135 (53.12% from 255 or 32.14% from 420); Blue value is 94 (37.11% from 255 or 22.38% from 420); Max value from RGB is 191 - color contains mainly: red. Hex color #BF875E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BF875E is #4078A1. Grayscale: #939393. Windows color (decimal): -4225186 or 6195135. OLE color: 6195135.

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

Color convert

RGB19113594-
CMYK00.290.510.25
HSL25.36º43.11%55.88%-
HSV(B)25.36º50.79%74.9%-
XYZ32.1729.2114.53-
YUV147.0798.05159.33-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 45.48%
GREEN value IS 135 (53.12% from 255) = 32.14%
BLUE value IS 94 (37.11% from 255) = 22.38%
R=45.48%
G=32.14%
B=22.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.51
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1911359400.290.510.2525.3643.1155.88
HexBF875E01D3319192b38
Octal2772071360356331315370
Binary101111111000011110111100111011100111100111001101011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF875E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF875E; }

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

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

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

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

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

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

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

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