#BF9054

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

Shades of Twine #BF9054

Tints of Twine #BF9054

Color information

#BF9054 (or 0xBF9054) is unknown color: approx Twine. HEX triplet: BF, 90 and 54. RGB value is (191,144,84). Sum of RGB (Red+Green+Blue) = 191+144+84=419 (55% of max value = 765). Red value is 191 (75% from 255 or 45.58% from 419); Green value is 144 (56.64% from 255 or 34.37% from 419); Blue value is 84 (33.20% from 255 or 20.05% from 419); Max value from RGB is 191 - color contains mainly: red. Hex color #BF9054 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BF9054 is #406FAB. Grayscale: #979797. Windows color (decimal): -4222892 or 5542079. OLE color: 5542079.

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

Color convert

RGB19114484-
CMYK00.250.560.25
HSL33.64º45.53%53.92%-
HSV(B)33.64º56.02%74.9%-
XYZ33.0631.6612.76-
YUV151.2190.07156.38-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 45.58%
GREEN value IS 144 (56.64% from 255) = 34.37%
BLUE value IS 84 (33.20% from 255) = 20.05%
R=45.58%
G=34.37%
B=20.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.56
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1911448400.250.560.2533.6445.5353.92
HexBF90540193819222e36
Octal2772201240317031425666
Binary1011111110010000101010001100111100011001100010101110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF9054

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF9054; }

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

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

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

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

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

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

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

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