#bfbf36

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

Shades of Old Gold #BFBF36

Tints of Old Gold #BFBF36

Color information

#BFBF36 (or 0xBFBF36) is unknown color: approx Old Gold. HEX triplet: BF, BF and 36. RGB value is (191,191,54). Sum of RGB (Red+Green+Blue) = 191+191+54=436 (57% of max value = 765). Red value is 191 (75% from 255 or 43.81% from 436); Green value is 191 (75% from 255 or 43.81% from 436); Blue value is 54 (21.48% from 255 or 12.39% from 436); Max value from RGB is 191 - color contains mainly: red, green. Hex color #BFBF36 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BFBF36 is #4040C9. Grayscale: #AFAFAF. Windows color (decimal): -4210890 or 3588031. OLE color: 3588031.

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

Color convert

RGB19119154-
CMYK000.720.25
HSL60º55.92%48.04%-
HSV(B)60º71.73%74.9%-
XYZ40.7848.610.72-
YUV175.3859.5139.14-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 43.81%
GREEN value IS 191 (75% from 255) = 43.81%
BLUE value IS 54 (21.48% from 255) = 12.39%
R=43.81%
G=43.81%
B=12.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.72
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19119154000.720.256055.9248.04
HexBFBF360048193c3830
Octal277277660011031747060
Binary101111111011111111011000100100011001111100111000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #bfbf36

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #bfbf36; }

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

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

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

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

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

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

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

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