#BFBD32

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

Shades of Old Gold #BFBD32

Tints of Old Gold #BFBD32

Color information

#BFBD32 (or 0xBFBD32) is unknown color: approx Old Gold. HEX triplet: BF, BD and 32. RGB value is (191,189,50). Sum of RGB (Red+Green+Blue) = 191+189+50=430 (56% of max value = 765). Red value is 191 (75% from 255 or 44.42% from 430); Green value is 189 (74.22% from 255 or 43.95% from 430); Blue value is 50 (19.92% from 255 or 11.63% from 430); Max value from RGB is 191 - color contains mainly: red. Hex color #BFBD32 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BFBD32 is #4042CD. Grayscale: #AEAEAE. Windows color (decimal): -4211406 or 3325375. OLE color: 3325375.

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

Color convert

RGB19118950-
CMYK00.010.740.25
HSL59.15º58.51%47.25%-
HSV(B)59.15º73.82%74.9%-
XYZ40.2647.710.1-
YUV173.7558.16140.3-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 44.42%
GREEN value IS 189 (74.22% from 255) = 43.95%
BLUE value IS 50 (19.92% from 255) = 11.63%
R=44.42%
G=43.95%
B=11.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.74
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1911895000.010.740.2559.1558.5147.25
HexBFBD32014A193b3b2f
Octal277275620111231737357
Binary101111111011110111001001100101011001111011111011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFBD32

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFBD32; }

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

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

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

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

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

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

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

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