#BFB633

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

Shades of Old Gold #BFB633

Tints of Old Gold #BFB633

Color information

#BFB633 (or 0xBFB633) is unknown color: approx Old Gold. HEX triplet: BF, B6 and 33. RGB value is (191,182,51). Sum of RGB (Red+Green+Blue) = 191+182+51=424 (56% of max value = 765). Red value is 191 (75% from 255 or 45.05% from 424); Green value is 182 (71.48% from 255 or 42.92% from 424); Blue value is 51 (20.31% from 255 or 12.03% from 424); Max value from RGB is 191 - color contains mainly: red. Hex color #BFB633 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BFB633 is #4049CC. Grayscale: #AAAAAA. Windows color (decimal): -4213197 or 3389119. OLE color: 3389119.

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

Color convert

RGB19118251-
CMYK00.050.730.25
HSL56.14º57.85%47.45%-
HSV(B)56.14º73.3%74.9%-
XYZ38.8144.779.73-
YUV169.7660.98143.15-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 45.05%
GREEN value IS 182 (71.48% from 255) = 42.92%
BLUE value IS 51 (20.31% from 255) = 12.03%
R=45.05%
G=42.92%
B=12.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.73
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1911825100.050.730.2556.1457.8547.45
HexBFB633054919383a2f
Octal277266630511131707257
Binary10111111101101101100110101100100111001111000111010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFB633

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFB633; }

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

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

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

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

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

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

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

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