#BFB55D

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

Shades of Gimblet #BFB55D

Tints of Gimblet #BFB55D

Color information

#BFB55D (or 0xBFB55D) is unknown color: approx Gimblet. HEX triplet: BF, B5 and 5D. RGB value is (191,181,93). Sum of RGB (Red+Green+Blue) = 191+181+93=465 (61% of max value = 765). Red value is 191 (75% from 255 or 41.08% from 465); Green value is 181 (71.09% from 255 or 38.92% from 465); Blue value is 93 (36.72% from 255 or 20% from 465); Max value from RGB is 191 - color contains mainly: red. Hex color #BFB55D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BFB55D is #404AA2. Grayscale: #AEAEAE. Windows color (decimal): -4213411 or 6141375. OLE color: 6141375.

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

Color convert

RGB19118193-
CMYK00.050.510.25
HSL53.88º43.36%55.69%-
HSV(B)53.88º51.31%74.9%-
XYZ39.9944.9116.92-
YUV173.9682.31140.16-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 41.08%
GREEN value IS 181 (71.09% from 255) = 38.92%
BLUE value IS 93 (36.72% from 255) = 20%
R=41.08%
G=38.92%
B=20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.51
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1911819300.050.510.2553.8843.3655.69
HexBFB55D053319362b38
Octal277265135056331665370
Binary10111111101101011011101010111001111001110110101011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFB55D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFB55D; }

 p { color: rgb(191,181,93); }

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

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

 a { background-color: rgb(191,181,93); }

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

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

 span { border-color: rgb(191,181,93); }

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