#BFB257

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

Shades of Gimblet #BFB257

Tints of Gimblet #BFB257

Color information

#BFB257 (or 0xBFB257) is unknown color: approx Gimblet. HEX triplet: BF, B2 and 57. RGB value is (191,178,87). Sum of RGB (Red+Green+Blue) = 191+178+87=456 (60% of max value = 765). Red value is 191 (75% from 255 or 41.89% from 456); Green value is 178 (69.92% from 255 or 39.04% from 456); Blue value is 87 (34.38% from 255 or 19.08% from 456); Max value from RGB is 191 - color contains mainly: red. Hex color #BFB257 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BFB257 is #404DA8. Grayscale: #ABABAB. Windows color (decimal): -4214185 or 5747391. OLE color: 5747391.

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

Color convert

RGB19117887-
CMYK00.070.540.25
HSL52.5º44.83%54.51%-
HSV(B)52.5º54.45%74.9%-
XYZ39.1343.6115.37-
YUV171.5180.31141.9-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 41.89%
GREEN value IS 178 (69.92% from 255) = 39.04%
BLUE value IS 87 (34.38% from 255) = 19.08%
R=41.89%
G=39.04%
B=19.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.54
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1911788700.070.540.2552.544.8354.51
HexBFB257073619342d37
Octal277262127076631645567
Binary10111111101100101010111011111011011001110100101101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFB257

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFB257; }

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

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

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

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

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

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

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

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