#BF9954

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

Shades of Twine #BF9954

Tints of Twine #BF9954

Color information

#BF9954 (or 0xBF9954) is unknown color: approx Twine. HEX triplet: BF, 99 and 54. RGB value is (191,153,84). Sum of RGB (Red+Green+Blue) = 191+153+84=428 (56% of max value = 765). Red value is 191 (75% from 255 or 44.63% from 428); Green value is 153 (60.16% from 255 or 35.75% from 428); Blue value is 84 (33.20% from 255 or 19.63% from 428); Max value from RGB is 191 - color contains mainly: red. Hex color #BF9954 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BF9954 is #4066AB. Grayscale: #9C9C9C. Windows color (decimal): -4220588 or 5544383. OLE color: 5544383.

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

Color convert

RGB19115384-
CMYK00.200.560.25
HSL38.69º45.53%53.92%-
HSV(B)38.69º56.02%74.9%-
XYZ34.4834.513.23-
YUV156.587.09152.61-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 44.63%
GREEN value IS 153 (60.16% from 255) = 35.75%
BLUE value IS 84 (33.20% from 255) = 19.63%
R=44.63%
G=35.75%
B=19.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.56
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1911538400.200.560.2538.6945.5353.92
HexBF99540143819272e36
Octal2772311240247031475666
Binary1011111110011001101010001010011100011001100111101110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF9954

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF9954; }

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

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

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

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

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

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

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

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