#BFB033

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

Shades of Old Gold #BFB033

Tints of Old Gold #BFB033

Color information

#BFB033 (or 0xBFB033) is unknown color: approx Old Gold. HEX triplet: BF, B0 and 33. RGB value is (191,176,51). Sum of RGB (Red+Green+Blue) = 191+176+51=418 (55% of max value = 765). Red value is 191 (75% from 255 or 45.69% from 418); Green value is 176 (69.14% from 255 or 42.11% from 418); Blue value is 51 (20.31% from 255 or 12.20% from 418); Max value from RGB is 191 - color contains mainly: red. Hex color #BFB033 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BFB033 is #404FCC. Grayscale: #A6A6A6. Windows color (decimal): -4214733 or 3387583. OLE color: 3387583.

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

Color convert

RGB19117651-
CMYK00.080.730.25
HSL53.57º57.85%47.45%-
HSV(B)53.57º73.3%74.9%-
XYZ37.6142.379.33-
YUV166.2462.97145.66-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 45.69%
GREEN value IS 176 (69.14% from 255) = 42.11%
BLUE value IS 51 (20.31% from 255) = 12.20%
R=45.69%
G=42.11%
B=12.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.73
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1911765100.080.730.2553.5757.8547.45
HexBFB033084919363a2f
Octal2772606301011131667257
Binary101111111011000011001101000100100111001110110111010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFB033

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFB033; }

 p { color: rgb(191,176,51); }

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

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

 a { background-color: rgb(191,176,51); }

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

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

 span { border-color: rgb(191,176,51); }

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