#BFB459

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

Shades of Gimblet #BFB459

Tints of Gimblet #BFB459

Color information

#BFB459 (or 0xBFB459) is unknown color: approx Gimblet. HEX triplet: BF, B4 and 59. RGB value is (191,180,89). Sum of RGB (Red+Green+Blue) = 191+180+89=460 (60% of max value = 765). Red value is 191 (75% from 255 or 41.52% from 460); Green value is 180 (70.70% from 255 or 39.13% from 460); Blue value is 89 (35.16% from 255 or 19.35% from 460); Max value from RGB is 191 - color contains mainly: red. Hex color #BFB459 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BFB459 is #404BA6. Grayscale: #ADADAD. Windows color (decimal): -4213671 or 5878975. OLE color: 5878975.

HSL color Cylindrical-coordinate representation of color #BFB459: hue angle of 53.53º degrees, saturation: 0.44, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #BFB459 is Cyan = 0, Magento = 0.06, Yellow = 0.53 and Black (K on CMYK) = 0.25.

Color convert

RGB19118089-
CMYK00.060.530.25
HSL53.53º44.35%54.9%-
HSV(B)53.53º53.4%74.9%-
XYZ39.6144.4415.94-
YUV172.9280.64140.9-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 41.52%
GREEN value IS 180 (70.70% from 255) = 39.13%
BLUE value IS 89 (35.16% from 255) = 19.35%
R=41.52%
G=39.13%
B=19.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.53
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1911808900.060.530.2553.5344.3554.9
HexBFB459063519362c37
Octal277264131066531665467
Binary10111111101101001011001011011010111001110110101100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFB459

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFB459; }

 p { color: rgb(191,180,89); }

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

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

 a { background-color: rgb(191,180,89); }

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

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

 span { border-color: rgb(191,180,89); }

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