#BFBE32

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

Shades of Old Gold #BFBE32

Tints of Old Gold #BFBE32

Color information

#BFBE32 (or 0xBFBE32) is unknown color: approx Old Gold. HEX triplet: BF, BE and 32. RGB value is (191,190,50). Sum of RGB (Red+Green+Blue) = 191+190+50=431 (57% of max value = 765). Red value is 191 (75% from 255 or 44.32% from 431); Green value is 190 (74.61% from 255 or 44.08% from 431); Blue value is 50 (19.92% from 255 or 11.60% from 431); Max value from RGB is 191 - color contains mainly: red. Hex color #BFBE32 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BFBE32 is #4041CD. Grayscale: #AEAEAE. Windows color (decimal): -4211150 or 3325631. OLE color: 3325631.

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

Color convert

RGB19119050-
CMYK00.010.740.25
HSL59.57º58.51%47.25%-
HSV(B)59.57º73.82%74.9%-
XYZ40.4848.1310.18-
YUV174.3457.83139.88-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 44.32%
GREEN value IS 190 (74.61% from 255) = 44.08%
BLUE value IS 50 (19.92% from 255) = 11.60%
R=44.32%
G=44.08%
B=11.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.74
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1911905000.010.740.2559.5758.5147.25
HexBFBE32014A193c3b2f
Octal277276620111231747357
Binary101111111011111011001001100101011001111100111011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFBE32

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFBE32; }

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

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

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

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

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

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

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

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