#BF8753

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

Shades of Twine #BF8753

Tints of Twine #BF8753

Color information

#BF8753 (or 0xBF8753) is unknown color: approx Twine. HEX triplet: BF, 87 and 53. RGB value is (191,135,83). Sum of RGB (Red+Green+Blue) = 191+135+83=409 (54% of max value = 765). Red value is 191 (75% from 255 or 46.70% from 409); Green value is 135 (53.12% from 255 or 33.01% from 409); Blue value is 83 (32.81% from 255 or 20.29% from 409); Max value from RGB is 191 - color contains mainly: red. Hex color #BF8753 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BF8753 is #4078AC. Grayscale: #929292. Windows color (decimal): -4225197 or 5474239. OLE color: 5474239.

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

Color convert

RGB19113583-
CMYK00.290.570.25
HSL28.89º45.76%53.73%-
HSV(B)28.89º56.54%74.9%-
XYZ31.7129.0312.12-
YUV145.8292.55160.23-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 46.70%
GREEN value IS 135 (53.12% from 255) = 33.01%
BLUE value IS 83 (32.81% from 255) = 20.29%
R=46.70%
G=33.01%
B=20.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.57
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1911358300.290.570.2528.8945.7653.73
HexBF875301D39191d2e36
Octal2772071230357131355666
Binary101111111000011110100110111011110011100111101101110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF8753

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF8753; }

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

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

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

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

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

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

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

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