#BFB932

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

Shades of Old Gold #BFB932

Tints of Old Gold #BFB932

Color information

#BFB932 (or 0xBFB932) is unknown color: approx Old Gold. HEX triplet: BF, B9 and 32. RGB value is (191,185,50). Sum of RGB (Red+Green+Blue) = 191+185+50=426 (56% of max value = 765). Red value is 191 (75% from 255 or 44.84% from 426); Green value is 185 (72.66% from 255 or 43.43% from 426); Blue value is 50 (19.92% from 255 or 11.74% from 426); Max value from RGB is 191 - color contains mainly: red. Hex color #BFB932 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BFB932 is #4046CD. Grayscale: #ABABAB. Windows color (decimal): -4212430 or 3324351. OLE color: 3324351.

HSL color Cylindrical-coordinate representation of color #BFB932: hue angle of 57.45º degrees, saturation: 0.59, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #BFB932 is Cyan = 0, Magento = 0.03, Yellow = 0.74 and Black (K on CMYK) = 0.25.

Color convert

RGB19118550-
CMYK00.030.740.25
HSL57.45º58.51%47.25%-
HSV(B)57.45º73.82%74.9%-
XYZ39.41469.82-
YUV171.459.49141.98-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 44.84%
GREEN value IS 185 (72.66% from 255) = 43.43%
BLUE value IS 50 (19.92% from 255) = 11.74%
R=44.84%
G=43.43%
B=11.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.74
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1911855000.030.740.2557.4558.5147.25
HexBFB932034A19393b2f
Octal277271620311231717357
Binary1011111110111001110010011100101011001111001111011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFB932

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFB932; }

 p { color: rgb(191,185,50); }

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

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

 a { background-color: rgb(191,185,50); }

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

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

 span { border-color: rgb(191,185,50); }

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