#BF9252

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

Shades of Twine #BF9252

Tints of Twine #BF9252

Color information

#BF9252 (or 0xBF9252) is unknown color: approx Twine. HEX triplet: BF, 92 and 52. RGB value is (191,146,82). Sum of RGB (Red+Green+Blue) = 191+146+82=419 (55% of max value = 765). Red value is 191 (75% from 255 or 45.58% from 419); Green value is 146 (57.42% from 255 or 34.84% from 419); Blue value is 82 (32.42% from 255 or 19.57% from 419); Max value from RGB is 191 - color contains mainly: red. Hex color #BF9252 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BF9252 is #406DAD. Grayscale: #989898. Windows color (decimal): -4222382 or 5411519. OLE color: 5411519.

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

Color convert

RGB19114682-
CMYK00.240.570.25
HSL35.23º45.99%53.53%-
HSV(B)35.23º57.07%74.9%-
XYZ33.2932.2412.45-
YUV152.1688.41155.7-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 45.58%
GREEN value IS 146 (57.42% from 255) = 34.84%
BLUE value IS 82 (32.42% from 255) = 19.57%
R=45.58%
G=34.84%
B=19.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.57
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1911468200.240.570.2535.2345.9953.53
HexBF92520183919232e36
Octal2772221220307131435666
Binary1011111110010010101001001100011100111001100011101110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF9252

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF9252; }

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

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

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

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

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

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

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

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