#BFB834

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

Shades of Old Gold #BFB834

Tints of Old Gold #BFB834

Color information

#BFB834 (or 0xBFB834) is unknown color: approx Old Gold. HEX triplet: BF, B8 and 34. RGB value is (191,184,52). Sum of RGB (Red+Green+Blue) = 191+184+52=427 (56% of max value = 765). Red value is 191 (75% from 255 or 44.73% from 427); Green value is 184 (72.27% from 255 or 43.09% from 427); Blue value is 52 (20.70% from 255 or 12.18% from 427); Max value from RGB is 191 - color contains mainly: red. Hex color #BFB834 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BFB834 is #4047CB. Grayscale: #ABABAB. Windows color (decimal): -4212684 or 3455167. OLE color: 3455167.

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

Color convert

RGB19118452-
CMYK00.040.730.25
HSL56.98º57.2%47.65%-
HSV(B)56.98º72.77%74.9%-
XYZ39.2545.619.98-
YUV171.0460.82142.23-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 44.73%
GREEN value IS 184 (72.27% from 255) = 43.09%
BLUE value IS 52 (20.70% from 255) = 12.18%
R=44.73%
G=43.09%
B=12.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.73
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1911845200.040.730.2556.9857.247.65
HexBFB834044919393930
Octal277270640411131717160
Binary10111111101110001101000100100100111001111001111001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFB834

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFB834; }

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

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

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

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

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

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

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

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