#BF8B52

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

Shades of Twine #BF8B52

Tints of Twine #BF8B52

Color information

#BF8B52 (or 0xBF8B52) is unknown color: approx Twine. HEX triplet: BF, 8B and 52. RGB value is (191,139,82). Sum of RGB (Red+Green+Blue) = 191+139+82=412 (54% of max value = 765). Red value is 191 (75% from 255 or 46.36% from 412); Green value is 139 (54.69% from 255 or 33.74% from 412); Blue value is 82 (32.42% from 255 or 19.90% from 412); Max value from RGB is 191 - color contains mainly: red. Hex color #BF8B52 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BF8B52 is #4074AD. Grayscale: #949494. Windows color (decimal): -4224174 or 5409727. OLE color: 5409727.

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

Color convert

RGB19113982-
CMYK00.270.570.25
HSL31.38º45.99%53.53%-
HSV(B)31.38º57.07%74.9%-
XYZ32.2430.1512.1-
YUV148.0590.73158.63-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 46.36%
GREEN value IS 139 (54.69% from 255) = 33.74%
BLUE value IS 82 (32.42% from 255) = 19.90%
R=46.36%
G=33.74%
B=19.90%

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
Decimal1911398200.270.570.2531.3845.9953.53
HexBF8B5201B39191f2e36
Octal2772131220337131375666
Binary101111111000101110100100110111110011100111111101110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF8B52

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF8B52; }

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

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

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

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

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

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

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

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