#BFB83C

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

Shades of Old Gold #BFB83C

Tints of Old Gold #BFB83C

Color information

#BFB83C (or 0xBFB83C) is unknown color: approx Old Gold. HEX triplet: BF, B8 and 3C. RGB value is (191,184,60). Sum of RGB (Red+Green+Blue) = 191+184+60=435 (57% of max value = 765). Red value is 191 (75% from 255 or 43.91% from 435); Green value is 184 (72.27% from 255 or 42.30% from 435); Blue value is 60 (23.83% from 255 or 13.79% from 435); Max value from RGB is 191 - color contains mainly: red. Hex color #BFB83C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BFB83C is #4047C3. Grayscale: #ACACAC. Windows color (decimal): -4212676 or 3979455. OLE color: 3979455.

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

Color convert

RGB19118460-
CMYK00.040.690.25
HSL56.79º52.19%49.22%-
HSV(B)56.79º68.59%74.9%-
XYZ39.4445.6811.01-
YUV171.9664.82141.58-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 43.91%
GREEN value IS 184 (72.27% from 255) = 42.30%
BLUE value IS 60 (23.83% from 255) = 13.79%
R=43.91%
G=42.30%
B=13.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.69
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1911846000.040.690.2556.7952.1949.22
HexBFB83C044519393431
Octal277270740410531716461
Binary10111111101110001111000100100010111001111001110100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFB83C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFB83C; }

 p { color: rgb(191,184,60); }

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

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

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

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

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

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

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