#BFAE58

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

Shades of Gimblet #BFAE58

Tints of Gimblet #BFAE58

Color information

#BFAE58 (or 0xBFAE58) is unknown color: approx Gimblet. HEX triplet: BF, AE and 58. RGB value is (191,174,88). Sum of RGB (Red+Green+Blue) = 191+174+88=453 (60% of max value = 765). Red value is 191 (75% from 255 or 42.16% from 453); Green value is 174 (68.36% from 255 or 38.41% from 453); Blue value is 88 (34.77% from 255 or 19.43% from 453); Max value from RGB is 191 - color contains mainly: red. Hex color #BFAE58 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BFAE58 is #4051A7. Grayscale: #A9A9A9. Windows color (decimal): -4215208 or 5811903. OLE color: 5811903.

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

Color convert

RGB19117488-
CMYK00.090.540.25
HSL50.1º44.59%54.71%-
HSV(B)50.1º53.93%74.9%-
XYZ38.3842.0515.33-
YUV169.2882.13143.49-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 42.16%
GREEN value IS 174 (68.36% from 255) = 38.41%
BLUE value IS 88 (34.77% from 255) = 19.43%
R=42.16%
G=38.41%
B=19.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.54
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1911748800.090.540.2550.144.5954.71
HexBFAE58093619322d37
Octal2772561300116631625567
Binary101111111010111010110000100111011011001110010101101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFAE58

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFAE58; }

 p { color: rgb(191,174,88); }

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

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

 a { background-color: rgb(191,174,88); }

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

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

 span { border-color: rgb(191,174,88); }

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