#bfb742

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

Shades of Old Gold #BFB742

Tints of Old Gold #BFB742

Color information

#BFB742 (or 0xBFB742) is unknown color: approx Old Gold. HEX triplet: BF, B7 and 42. RGB value is (191,183,66). Sum of RGB (Red+Green+Blue) = 191+183+66=440 (58% of max value = 765). Red value is 191 (75% from 255 or 43.41% from 440); Green value is 183 (71.88% from 255 or 41.59% from 440); Blue value is 66 (26.17% from 255 or 15% from 440); Max value from RGB is 191 - color contains mainly: red. Hex color #BFB742 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BFB742 is #4048BD. Grayscale: #ACACAC. Windows color (decimal): -4212926 or 4372415. OLE color: 4372415.

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

Color convert

RGB19118366-
CMYK00.040.650.25
HSL56.16º49.41%50.39%-
HSV(B)56.16º65.45%74.9%-
XYZ39.445.3411.83-
YUV172.0568.15141.51-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 43.41%
GREEN value IS 183 (71.88% from 255) = 41.59%
BLUE value IS 66 (26.17% from 255) = 15%
R=43.41%
G=41.59%
B=15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.65
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1911836600.040.650.2556.1649.4150.39
HexBFB742044119383132
Octal2772671020410131706162
Binary101111111011011110000100100100000111001111000110001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #bfb742

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #bfb742; }

 p { color: rgb(191,183,66); }

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

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

 a { background-color: rgb(191,183,66); }

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

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

 span { border-color: rgb(191,183,66); }

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