#BF8C5D

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

Shades of Twine #BF8C5D

Tints of Twine #BF8C5D

Color information

#BF8C5D (or 0xBF8C5D) is unknown color: approx Twine. HEX triplet: BF, 8C and 5D. RGB value is (191,140,93). Sum of RGB (Red+Green+Blue) = 191+140+93=424 (56% of max value = 765). Red value is 191 (75% from 255 or 45.05% from 424); Green value is 140 (55.08% from 255 or 33.02% from 424); Blue value is 93 (36.72% from 255 or 21.93% from 424); Max value from RGB is 191 - color contains mainly: red. Hex color #BF8C5D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BF8C5D is #4073A2. Grayscale: #969696. Windows color (decimal): -4223907 or 6130879. OLE color: 6130879.

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

Color convert

RGB19114093-
CMYK00.270.510.25
HSL28.78º43.36%55.69%-
HSV(B)28.78º51.31%74.9%-
XYZ32.8430.6214.54-
YUV149.8995.9157.32-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 45.05%
GREEN value IS 140 (55.08% from 255) = 33.02%
BLUE value IS 93 (36.72% from 255) = 21.93%
R=45.05%
G=33.02%
B=21.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.51
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1911409300.270.510.2528.7843.3655.69
HexBF8C5D01B33191d2b38
Octal2772141350336331355370
Binary101111111000110010111010110111100111100111101101011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF8C5D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF8C5D; }

 p { color: rgb(191,140,93); }

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

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

 a { background-color: rgb(191,140,93); }

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

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

 span { border-color: rgb(191,140,93); }

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