#BF9354

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

Shades of Twine #BF9354

Tints of Twine #BF9354

Color information

#BF9354 (or 0xBF9354) is unknown color: approx Twine. HEX triplet: BF, 93 and 54. RGB value is (191,147,84). Sum of RGB (Red+Green+Blue) = 191+147+84=422 (55% of max value = 765). Red value is 191 (75% from 255 or 45.26% from 422); Green value is 147 (57.81% from 255 or 34.83% from 422); Blue value is 84 (33.20% from 255 or 19.91% from 422); Max value from RGB is 191 - color contains mainly: red. Hex color #BF9354 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BF9354 is #406CAB. Grayscale: #999999. Windows color (decimal): -4222124 or 5542847. OLE color: 5542847.

HSL color Cylindrical-coordinate representation of color #BF9354: hue angle of 35.33º degrees, saturation: 0.46, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #BF9354 is Cyan = 0, Magento = 0.23, Yellow = 0.56 and Black (K on CMYK) = 0.25.

Color convert

RGB19114784-
CMYK00.230.560.25
HSL35.33º45.53%53.92%-
HSV(B)35.33º56.02%74.9%-
XYZ33.5232.5812.91-
YUV152.9789.08155.12-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 45.26%
GREEN value IS 147 (57.81% from 255) = 34.83%
BLUE value IS 84 (33.20% from 255) = 19.91%
R=45.26%
G=34.83%
B=19.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.56
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1911478400.230.560.2535.3345.5353.92
HexBF93540173819232e36
Octal2772231240277031435666
Binary1011111110010011101010001011111100011001100011101110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF9354

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF9354; }

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

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

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

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

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

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

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

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