#BFB934

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

Shades of Old Gold #BFB934

Tints of Old Gold #BFB934

Color information

#BFB934 (or 0xBFB934) is unknown color: approx Old Gold. HEX triplet: BF, B9 and 34. RGB value is (191,185,52). Sum of RGB (Red+Green+Blue) = 191+185+52=428 (56% of max value = 765). Red value is 191 (75% from 255 or 44.63% from 428); Green value is 185 (72.66% from 255 or 43.22% from 428); Blue value is 52 (20.70% from 255 or 12.15% from 428); Max value from RGB is 191 - color contains mainly: red. Hex color #BFB934 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BFB934 is #4046CB. Grayscale: #ACACAC. Windows color (decimal): -4212428 or 3455423. OLE color: 3455423.

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

Color convert

RGB19118552-
CMYK00.030.730.25
HSL57.41º57.2%47.65%-
HSV(B)57.41º72.77%74.9%-
XYZ39.4546.0210.05-
YUV171.6360.49141.81-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 44.63%
GREEN value IS 185 (72.66% from 255) = 43.22%
BLUE value IS 52 (20.70% from 255) = 12.15%
R=44.63%
G=43.22%
B=12.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.73
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1911855200.030.730.2557.4157.247.65
HexBFB934034919393930
Octal277271640311131717160
Binary1011111110111001110100011100100111001111001111001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFB934

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFB934; }

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

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

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

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

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

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

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

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