#BF8862

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

Shades of Twine #BF8862

Tints of Twine #BF8862

Color information

#BF8862 (or 0xBF8862) is unknown color: approx Twine. HEX triplet: BF, 88 and 62. RGB value is (191,136,98). Sum of RGB (Red+Green+Blue) = 191+136+98=425 (56% of max value = 765). Red value is 191 (75% from 255 or 44.94% from 425); Green value is 136 (53.52% from 255 or 32% from 425); Blue value is 98 (38.67% from 255 or 23.06% from 425); Max value from RGB is 191 - color contains mainly: red. Hex color #BF8862 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BF8862 is #40779D. Grayscale: #949494. Windows color (decimal): -4224926 or 6457535. OLE color: 6457535.

HSL color Cylindrical-coordinate representation of color #BF8862: hue angle of 24.52º degrees, saturation: 0.42, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #BF8862 is Cyan = 0, Magento = 0.29, Yellow = 0.49 and Black (K on CMYK) = 0.25.

Color convert

RGB19113698-
CMYK00.290.490.25
HSL24.52º42.08%56.67%-
HSV(B)24.52º48.69%74.9%-
XYZ32.4929.5715.55-
YUV148.1199.72158.59-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 44.94%
GREEN value IS 136 (53.52% from 255) = 32%
BLUE value IS 98 (38.67% from 255) = 23.06%
R=44.94%
G=32%
B=23.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.49
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1911369800.290.490.2524.5242.0856.67
HexBF886201D3119192a39
Octal2772101420356131315271
Binary101111111000100011000100111011100011100111001101010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF8862

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF8862; }

 p { color: rgb(191,136,98); }

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

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

 a { background-color: rgb(191,136,98); }

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

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

 span { border-color: rgb(191,136,98); }

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