#BF8552

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

Shades of Twine #BF8552

Tints of Twine #BF8552

Color information

#BF8552 (or 0xBF8552) is unknown color: approx Twine. HEX triplet: BF, 85 and 52. RGB value is (191,133,82). Sum of RGB (Red+Green+Blue) = 191+133+82=406 (53% of max value = 765). Red value is 191 (75% from 255 or 47.04% from 406); Green value is 133 (52.34% from 255 or 32.76% from 406); Blue value is 82 (32.42% from 255 or 20.20% from 406); Max value from RGB is 191 - color contains mainly: red. Hex color #BF8552 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BF8552 is #407AAD. Grayscale: #909090. Windows color (decimal): -4225710 or 5408191. OLE color: 5408191.

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

Color convert

RGB19113382-
CMYK00.300.570.25
HSL28.07º45.99%53.53%-
HSV(B)28.07º57.07%74.9%-
XYZ31.428.4611.82-
YUV144.5392.72161.15-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 47.04%
GREEN value IS 133 (52.34% from 255) = 32.76%
BLUE value IS 82 (32.42% from 255) = 20.20%
R=47.04%
G=32.76%
B=20.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.57
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1911338200.300.570.2528.0745.9953.53
HexBF855201E39191c2e36
Octal2772051220367131345666
Binary101111111000010110100100111101110011100111100101110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF8552

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF8552; }

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

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

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

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

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

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

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

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