#BF8C52

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

Shades of Twine #BF8C52

Tints of Twine #BF8C52

Color information

#BF8C52 (or 0xBF8C52) is unknown color: approx Twine. HEX triplet: BF, 8C and 52. RGB value is (191,140,82). Sum of RGB (Red+Green+Blue) = 191+140+82=413 (54% of max value = 765). Red value is 191 (75% from 255 or 46.25% from 413); Green value is 140 (55.08% from 255 or 33.90% from 413); Blue value is 82 (32.42% from 255 or 19.85% from 413); Max value from RGB is 191 - color contains mainly: red. Hex color #BF8C52 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BF8C52 is #4073AD. Grayscale: #949494. Windows color (decimal): -4223918 or 5409983. OLE color: 5409983.

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

Color convert

RGB19114082-
CMYK00.270.570.25
HSL31.93º45.99%53.53%-
HSV(B)31.93º57.07%74.9%-
XYZ32.3930.4412.15-
YUV148.6490.4158.22-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 46.25%
GREEN value IS 140 (55.08% from 255) = 33.90%
BLUE value IS 82 (32.42% from 255) = 19.85%
R=46.25%
G=33.90%
B=19.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.57
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1911408200.270.570.2531.9345.9953.53
HexBF8C5201B3919202e36
Octal2772141220337131405666
Binary1011111110001100101001001101111100111001100000101110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF8C52

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF8C52; }

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

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

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

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

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

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

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

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