#BFB336

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

Shades of Old Gold #BFB336

Tints of Old Gold #BFB336

Color information

#BFB336 (or 0xBFB336) is unknown color: approx Old Gold. HEX triplet: BF, B3 and 36. RGB value is (191,179,54). Sum of RGB (Red+Green+Blue) = 191+179+54=424 (56% of max value = 765). Red value is 191 (75% from 255 or 45.05% from 424); Green value is 179 (70.31% from 255 or 42.22% from 424); Blue value is 54 (21.48% from 255 or 12.74% from 424); Max value from RGB is 191 - color contains mainly: red. Hex color #BFB336 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BFB336 is #404CC9. Grayscale: #A8A8A8. Windows color (decimal): -4213962 or 3584959. OLE color: 3584959.

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

Color convert

RGB19117954-
CMYK00.060.720.25
HSL54.74º55.92%48.04%-
HSV(B)54.74º71.73%74.9%-
XYZ38.2743.589.89-
YUV168.3463.48144.16-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 45.05%
GREEN value IS 179 (70.31% from 255) = 42.22%
BLUE value IS 54 (21.48% from 255) = 12.74%
R=45.05%
G=42.22%
B=12.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.72
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1911795400.060.720.2554.7455.9248.04
HexBFB336064819373830
Octal277263660611031677060
Binary10111111101100111101100110100100011001110111111000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFB336

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFB336; }

 p { color: rgb(191,179,54); }

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

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

 a { background-color: rgb(191,179,54); }

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

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

 span { border-color: rgb(191,179,54); }

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