#BFB35D

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

Shades of Gimblet #BFB35D

Tints of Gimblet #BFB35D

Color information

#BFB35D (or 0xBFB35D) is unknown color: approx Gimblet. HEX triplet: BF, B3 and 5D. RGB value is (191,179,93). Sum of RGB (Red+Green+Blue) = 191+179+93=463 (61% of max value = 765). Red value is 191 (75% from 255 or 41.25% from 463); Green value is 179 (70.31% from 255 or 38.66% from 463); Blue value is 93 (36.72% from 255 or 20.09% from 463); Max value from RGB is 191 - color contains mainly: red. Hex color #BFB35D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BFB35D is #404CA2. Grayscale: #ADADAD. Windows color (decimal): -4213923 or 6140863. OLE color: 6140863.

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

Color convert

RGB19117993-
CMYK00.060.510.25
HSL52.65º43.36%55.69%-
HSV(B)52.65º51.31%74.9%-
XYZ39.5844.1116.78-
YUV172.7882.98140.99-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 41.25%
GREEN value IS 179 (70.31% from 255) = 38.66%
BLUE value IS 93 (36.72% from 255) = 20.09%
R=41.25%
G=38.66%
B=20.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.51
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1911799300.060.510.2552.6543.3655.69
HexBFB35D063319352b38
Octal277263135066331655370
Binary10111111101100111011101011011001111001110101101011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFB35D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFB35D; }

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

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

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

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

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

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

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

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