#BFB65E

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

Shades of Gimblet #BFB65E

Tints of Gimblet #BFB65E

Color information

#BFB65E (or 0xBFB65E) is unknown color: approx Gimblet. HEX triplet: BF, B6 and 5E. RGB value is (191,182,94). Sum of RGB (Red+Green+Blue) = 191+182+94=467 (61% of max value = 765). Red value is 191 (75% from 255 or 40.90% from 467); Green value is 182 (71.48% from 255 or 38.97% from 467); Blue value is 94 (37.11% from 255 or 20.13% from 467); Max value from RGB is 191 - color contains mainly: red. Hex color #BFB65E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BFB65E is #4049A1. Grayscale: #AFAFAF. Windows color (decimal): -4213154 or 6207167. OLE color: 6207167.

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

Color convert

RGB19118294-
CMYK00.050.510.25
HSL54.43º43.11%55.88%-
HSV(B)54.43º50.79%74.9%-
XYZ40.2345.3417.22-
YUV174.6682.48139.66-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 40.90%
GREEN value IS 182 (71.48% from 255) = 38.97%
BLUE value IS 94 (37.11% from 255) = 20.13%
R=40.90%
G=38.97%
B=20.13%

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
Decimal1911829400.050.510.2554.4343.1155.88
HexBFB65E053319362b38
Octal277266136056331665370
Binary10111111101101101011110010111001111001110110101011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFB65E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFB65E; }

 p { color: rgb(191,182,94); }

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

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

 a { background-color: rgb(191,182,94); }

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

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

 span { border-color: rgb(191,182,94); }

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