#BF9352

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

Shades of Twine #BF9352

Tints of Twine #BF9352

Color information

#BF9352 (or 0xBF9352) is unknown color: approx Twine. HEX triplet: BF, 93 and 52. RGB value is (191,147,82). Sum of RGB (Red+Green+Blue) = 191+147+82=420 (55% of max value = 765). Red value is 191 (75% from 255 or 45.48% from 420); Green value is 147 (57.81% from 255 or 35% from 420); Blue value is 82 (32.42% from 255 or 19.52% from 420); Max value from RGB is 191 - color contains mainly: red. Hex color #BF9352 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BF9352 is #406CAD. Grayscale: #999999. Windows color (decimal): -4222126 or 5411775. OLE color: 5411775.

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

Color convert

RGB19114782-
CMYK00.230.570.25
HSL35.78º45.99%53.53%-
HSV(B)35.78º57.07%74.9%-
XYZ33.4432.5512.5-
YUV152.7588.08155.29-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 45.48%
GREEN value IS 147 (57.81% from 255) = 35%
BLUE value IS 82 (32.42% from 255) = 19.52%
R=45.48%
G=35%
B=19.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.57
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1911478200.230.570.2535.7845.9953.53
HexBF93520173919242e36
Octal2772231220277131445666
Binary1011111110010011101001001011111100111001100100101110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF9352

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF9352; }

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

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

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

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

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

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

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

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