#BFB63A

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

Shades of Old Gold #BFB63A

Tints of Old Gold #BFB63A

Color information

#BFB63A (or 0xBFB63A) is unknown color: approx Old Gold. HEX triplet: BF, B6 and 3A. RGB value is (191,182,58). Sum of RGB (Red+Green+Blue) = 191+182+58=431 (57% of max value = 765). Red value is 191 (75% from 255 or 44.32% from 431); Green value is 182 (71.48% from 255 or 42.23% from 431); Blue value is 58 (23.05% from 255 or 13.46% from 431); Max value from RGB is 191 - color contains mainly: red. Hex color #BFB63A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BFB63A is #4049C5. Grayscale: #ABABAB. Windows color (decimal): -4213190 or 3847871. OLE color: 3847871.

HSL color Cylindrical-coordinate representation of color #BFB63A: hue angle of 55.94º degrees, saturation: 0.53, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #BFB63A is Cyan = 0, Magento = 0.05, Yellow = 0.70 and Black (K on CMYK) = 0.25.

Color convert

RGB19118258-
CMYK00.050.700.25
HSL55.94º53.41%48.82%-
HSV(B)55.94º69.63%74.9%-
XYZ38.9844.8410.6-
YUV170.5564.48142.58-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 44.32%
GREEN value IS 182 (71.48% from 255) = 42.23%
BLUE value IS 58 (23.05% from 255) = 13.46%
R=44.32%
G=42.23%
B=13.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.70
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1911825800.050.700.2555.9453.4148.82
HexBFB63A054619383531
Octal277266720510631706561
Binary10111111101101101110100101100011011001111000110101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFB63A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFB63A; }

 p { color: rgb(191,182,58); }

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

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

 a { background-color: rgb(191,182,58); }

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

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

 span { border-color: rgb(191,182,58); }

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