#BF9553

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

Shades of Twine #BF9553

Tints of Twine #BF9553

Color information

#BF9553 (or 0xBF9553) is unknown color: approx Twine. HEX triplet: BF, 95 and 53. RGB value is (191,149,83). Sum of RGB (Red+Green+Blue) = 191+149+83=423 (56% of max value = 765). Red value is 191 (75% from 255 or 45.15% from 423); Green value is 149 (58.59% from 255 or 35.22% from 423); Blue value is 83 (32.81% from 255 or 19.62% from 423); Max value from RGB is 191 - color contains mainly: red. Hex color #BF9553 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BF9553 is #406AAC. Grayscale: #9A9A9A. Windows color (decimal): -4221613 or 5477823. OLE color: 5477823.

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

Color convert

RGB19114983-
CMYK00.220.570.25
HSL36.67º45.76%53.73%-
HSV(B)36.67º56.54%74.9%-
XYZ33.7933.212.81-
YUV154.0387.91154.37-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 45.15%
GREEN value IS 149 (58.59% from 255) = 35.22%
BLUE value IS 83 (32.81% from 255) = 19.62%
R=45.15%
G=35.22%
B=19.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.57
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1911498300.220.570.2536.6745.7653.73
HexBF95530163919252e36
Octal2772251230267131455666
Binary1011111110010101101001101011011100111001100101101110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF9553

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF9553; }

 p { color: rgb(191,149,83); }

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

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

 a { background-color: rgb(191,149,83); }

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

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

 span { border-color: rgb(191,149,83); }

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