#BFB25F

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

Shades of Gimblet #BFB25F

Tints of Gimblet #BFB25F

Color information

#BFB25F (or 0xBFB25F) is unknown color: approx Gimblet. HEX triplet: BF, B2 and 5F. RGB value is (191,178,95). Sum of RGB (Red+Green+Blue) = 191+178+95=464 (61% of max value = 765). Red value is 191 (75% from 255 or 41.16% from 464); Green value is 178 (69.92% from 255 or 38.36% from 464); Blue value is 95 (37.5% from 255 or 20.47% from 464); Max value from RGB is 191 - color contains mainly: red. Hex color #BFB25F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BFB25F is #404DA0. Grayscale: #ACACAC. Windows color (decimal): -4214177 or 6271679. OLE color: 6271679.

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

Color convert

RGB19117895-
CMYK00.070.500.25
HSL51.88º42.86%56.08%-
HSV(B)51.88º50.26%74.9%-
XYZ39.4743.7417.19-
YUV172.4284.31141.25-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 41.16%
GREEN value IS 178 (69.92% from 255) = 38.36%
BLUE value IS 95 (37.5% from 255) = 20.47%
R=41.16%
G=38.36%
B=20.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.50
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1911789500.070.500.2551.8842.8656.08
HexBFB25F073219342b38
Octal277262137076231645370
Binary10111111101100101011111011111001011001110100101011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFB25F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFB25F; }

 p { color: rgb(191,178,95); }

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

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

 a { background-color: rgb(191,178,95); }

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

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

 span { border-color: rgb(191,178,95); }

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