#BFBE30

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

Shades of Old Gold #BFBE30

Tints of Old Gold #BFBE30

Color information

#BFBE30 (or 0xBFBE30) is unknown color: approx Old Gold. HEX triplet: BF, BE and 30. RGB value is (191,190,48). Sum of RGB (Red+Green+Blue) = 191+190+48=429 (56% of max value = 765). Red value is 191 (75% from 255 or 44.52% from 429); Green value is 190 (74.61% from 255 or 44.29% from 429); Blue value is 48 (19.14% from 255 or 11.19% from 429); Max value from RGB is 191 - color contains mainly: red. Hex color #BFBE30 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BFBE30 is #4041CF. Grayscale: #AEAEAE. Windows color (decimal): -4211152 or 3194559. OLE color: 3194559.

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

Color convert

RGB19119048-
CMYK00.010.750.25
HSL59.58º59.83%46.86%-
HSV(B)59.58º74.87%74.9%-
XYZ40.4348.129.95-
YUV174.1156.83140.05-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 44.52%
GREEN value IS 190 (74.61% from 255) = 44.29%
BLUE value IS 48 (19.14% from 255) = 11.19%
R=44.52%
G=44.29%
B=11.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.75
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1911904800.010.750.2559.5859.8346.86
HexBFBE30014B193c3c2f
Octal277276600111331747457
Binary101111111011111011000001100101111001111100111100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFBE30

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFBE30; }

 p { color: rgb(191,190,48); }

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

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

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

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

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

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

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