#BFBD3B

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

Shades of Old Gold #BFBD3B

Tints of Old Gold #BFBD3B

Color information

#BFBD3B (or 0xBFBD3B) is unknown color: approx Old Gold. HEX triplet: BF, BD and 3B. RGB value is (191,189,59). Sum of RGB (Red+Green+Blue) = 191+189+59=439 (58% of max value = 765). Red value is 191 (75% from 255 or 43.51% from 439); Green value is 189 (74.22% from 255 or 43.05% from 439); Blue value is 59 (23.44% from 255 or 13.44% from 439); Max value from RGB is 191 - color contains mainly: red. Hex color #BFBD3B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BFBD3B is #4042C4. Grayscale: #AFAFAF. Windows color (decimal): -4211397 or 3915199. OLE color: 3915199.

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

Color convert

RGB19118959-
CMYK00.010.690.25
HSL59.09º52.8%49.02%-
HSV(B)59.09º69.11%74.9%-
XYZ40.4747.7911.23-
YUV174.7862.66139.57-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 43.51%
GREEN value IS 189 (74.22% from 255) = 43.05%
BLUE value IS 59 (23.44% from 255) = 13.44%
R=43.51%
G=43.05%
B=13.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.69
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1911895900.010.690.2559.0952.849.02
HexBFBD3B0145193b3531
Octal277275730110531736561
Binary101111111011110111101101100010111001111011110101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFBD3B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFBD3B; }

 p { color: rgb(191,189,59); }

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

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

 a { background-color: rgb(191,189,59); }

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

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

 span { border-color: rgb(191,189,59); }

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