#BFBF38

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

Shades of Old Gold #BFBF38

Tints of Old Gold #BFBF38

Color information

#BFBF38 (or 0xBFBF38) is unknown color: approx Old Gold. HEX triplet: BF, BF and 38. RGB value is (191,191,56). Sum of RGB (Red+Green+Blue) = 191+191+56=438 (58% of max value = 765). Red value is 191 (75% from 255 or 43.61% from 438); Green value is 191 (75% from 255 or 43.61% from 438); Blue value is 56 (22.27% from 255 or 12.79% from 438); Max value from RGB is 191 - color contains mainly: red, green. Hex color #BFBF38 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BFBF38 is #4040C7. Grayscale: #B0B0B0. Windows color (decimal): -4210888 or 3719103. OLE color: 3719103.

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

Color convert

RGB19119156-
CMYK000.710.25
HSL60º54.66%48.43%-
HSV(B)60º70.68%74.9%-
XYZ40.8348.6210.97-
YUV175.6160.5138.98-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 43.61%
GREEN value IS 191 (75% from 255) = 43.61%
BLUE value IS 56 (22.27% from 255) = 12.79%
R=43.61%
G=43.61%
B=12.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.71
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19119156000.710.256054.6648.43
HexBFBF380047193c3730
Octal277277700010731746760
Binary101111111011111111100000100011111001111100110111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFBF38

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFBF38; }

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

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

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

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

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

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

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

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